nicolasgomollon/ZIPArchive

Archiving and Unarchiving Directories

Opened this issue · 1 comments

What steps will reproduce the problem?
1. Place a directory in the zip file.
2. Close the zip file and write it.
3. Open the zip file where you wrote it.

What is the expected output? What do you see instead?
To see a directory inside of the archive. A file with the directory's name.

What version of the product are you using? On what operating system?
Current version. Xcode 4. iOS 4.3.

Please provide any additional information below.


Original issue reported on code.google.com by megacron1 on 5 Mar 2011 at 5:42

Found it. Just set the new name of a file to DIRECTORYNAME/FILENAME.

Original comment by megacron1 on 5 Mar 2011 at 5:47