JNK
JNK

Reputation: 1753

How do I zip a folder on the iPhone

I have seen a lot of related questions but none really helped. I'm trying to create a zip archive from a folder (on the iPhone).

The structure of the folder is the following:

alt text

In this example the zip would be "folderToBeZipped.zip" What is the easiest way to accomplish this and how do I unzip it (also iPhone) later on?

Upvotes: 1

Views: 765

Answers (1)

pasine
pasine

Reputation: 11543

Maybe you can find this project useful

http://code.google.com/p/ziparchive/

Upvotes: 1

Related Questions