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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -