tags:

views:

427

answers:

2

Hi guys,

I think I found some discussions on the above topic but nothing very clear. But I would like to know if there is any open source code for unzippping multiple files. I am trying to come up with utility that could download a zip file (with multiple iamges) and extract it in the Iphone .

+1  A: 

This question is very close to yours, and the answers include links to source code for unzipping files in Cocoa: "Compression API on the iPhone".

Brad Larson
A: 

Thanks for the link . It says about using zlib which uses g zip, that is used to compress one file at a time. I need to download the zip file having multiple files and then use them. Can zlib be still be used for it?

Sowri