zip library for native C++ with remove/modify capabilities -


i looking simple zip library (prefers without dll/lib) have zip modification capabilities.

the option i've found far update/remove entries creating temp file , writing temp, , rename original file.

does know better way update/remove zip entries without mess?

thanks!

libzip has support replacing: zip_replace(3) , deleting: zip_delete(3) files in zip archive.


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -