views:

49

answers:

2

Hi,

Is it possible to gzip a folder with 50 files and extract it in iPhone ?

+2  A: 

Yes, take a look at this: http://code.google.com/p/ziparchive/ I used it and I like it, really simple to extract any file as data from zip archive, if you need to extract it then you can just obtain documents folder path (writable location) and save all the files from archive in that location.

Alexander Voloshyn
+1  A: 

For unzip, check out this question. iTunes 9.2 and new iOS device allow user to add files to an app's document folder, take a look at the ""Application supports iTunes file sharing" attribute in the app .plist.

ohho