camlzip
camlzip copied to clipboard
Adding a new entry to an existing zip file.
The documentation of Zip.open_out
suggests that opening an existing zip file to add new entries will truncate it to zero length. As far as i'm aware, zip files allow adding new entries. Is there a way to add an entry to an existing zip file using this library without copying all existing entries to a temporary directory then adding them to a new empty zip together with the new entry?