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.
|
feedback
|
Read the ZIP specification. Implementing it is easy.
Is Google down again? The first link takes me here. | |||
|
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. | |||
|
feedback
|