icculus / physfs

A portable, flexible file i/o abstraction.
https://icculus.org/physfs/
zlib License
559 stars 98 forks source link

Using archive as write dir #84

Open S41L0R opened 6 months ago

S41L0R commented 6 months ago

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?