up vote 1 down vote favorite
share [g+] share [fb]

Is there any method to extract zip files and maintain the same folder structure in the output folder.I am able to extract the zip file and its inner files but not able to extract folder from a zip file and thus fail to maintain folder structure also.

link|improve this question

73% accept rate
feedback

3 Answers

up vote 1 down vote accepted

Yes.

There is an AS3 component that allows you to read and write data from zip files, and the demo also shows that it is possible to see the folder structure.

http://www.nochump.com/blog/?p=15

I have not used this component myself, but if I am correct in assuming that you are making an AIR application then this component may automatically generate folders, otherwise you can use the file system api to create the correct folders yourself.

Good Luck!

link|improve this answer
I would suggest this library instead: code.google.com/p/aszip – Mondain Sep 7 '10 at 1:08
feedback

You are able to extract the zip file in flex? What are you using to do this? Is it a third-party tool? knowing this would help us give you a better answer.

link|improve this answer
feedback

You may also want to check out fzip:

http://codeazur.com.br/lab/fzip/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.