ctabin / libzippp

C++ wrapper for libzip
Other
376 stars 93 forks source link

Modification Time Not Updated for Overwritten Files in Zip Archive #207

Closed Tabstone closed 10 months ago

Tabstone commented 1 year ago

I used the addFile(entry, filePath) function to replace a file in a zip archive. The file was successfully replaced, but I noticed that the modification time of the overwritten file within the zip archive did not change.