kuba-- / zip

A portable, simple zip library written in C
MIT License
1.42k stars 276 forks source link

Fix to enable deletion of files in stream memory zips. #332

Closed prot0man closed 10 months ago

prot0man commented 10 months ago

Had to add function that achieved the zip_move_files for an in memory buffer and change some of the internal functions to take objects that provided enough context information to operate on an in memory archive or disk-backed archive.