Is it possible to gzip a folder with 50 files and extract it in iPhone ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.