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

I am a newbie to Flex AIR. I am trying to create an application that will unzip the contents of a zip file & place them in a particular directory.

How can I achieve this? Is there any unzip library available for flex? Pls help me.

Thanks in advance.

link|improve this question
feedback

2 Answers

How can I achieve this?

Read the ZIP specification. Implementing it is easy.

Is there any unzip library available for flex?

Is Google down again? The first link takes me here.

link|improve this answer
feedback

For AIR projects I used airxzip from coltware (google it). It has the capability to extract single file from archive, not loading it entire archive into memory.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown