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
Post a Comment