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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -