jrmunson / ziparchive

Automatically exported from code.google.com/p/ziparchive
0 stars 0 forks source link

Archiving and Unarchiving Directories #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Found it. Just set the new name of a file to DIRECTORYNAME/FILENAME.

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