tfussell / miniz-cpp

A cross-platform header-only C++14 library for reading and writing ZIP files
MIT License
229 stars 77 forks source link

Is there a way to save a file to an archive that already exists? #18

Open NullJupiter opened 2 years ago

NullJupiter commented 2 years ago

So I want to add a save file to an archive. Because that file already exists it just "stacks" the same files on top of each other with the same filename. Is there a way to overwrite the existing file? I don't want to unpack the complete archive because that would take too long for just saving in the application.