physfs icon indicating copy to clipboard operation
physfs copied to clipboard

Using archive as write dir

Open S41L0R opened this issue 1 year ago • 1 comments

Hey, so I have this archive implementation that I and an associate have been working on. It supports writing. However, the file is re-created when I set the write dir to the archive (thus making it empty). Am I using the library correctly? I know there's not many archives that support writing, I imagine this could also just be a problem with the library. What do you think?

S41L0R avatar May 27 '24 23:05 S41L0R

To my knowledge, PhysFS currently doesn't support using archives as write directories.

RobLoach avatar Mar 02 '25 19:03 RobLoach