I want to UnZip Zip File in my application for iPad.
For make this i found in different topic (in stackoverflow ^^) the package minizip.
But my problem is how UnZip multi archive like .zip.001, .zip.002, etc…?
If you need more information ask me.
Thanks in advance for your consideration.
EDIT: if the file naming is
.zip.001then it’s not actually a multi-file zip archive. The file is simply split into several files and the only thing you have to do is put them together. A multi-file zip archive would be named.z01.z02.zipIf you already have a working code to read a zip archive, extending it with the ability to read a multiple-file archive should be simple, please refer to:
http://www.pkware.com/documents/casestudies/APPNOTE.TXT