问题
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.
回答1:
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.
回答2:
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.
来源:https://stackoverflow.com/questions/665292/flex-air-unzip