MobileChromeApps / cordova-plugin-zip

Zip plugin for Cordova apps
Other
168 stars 207 forks source link

Unzip files in memory #33

Open corand opened 10 years ago

corand commented 10 years ago

Is it possible to unzip files in memory? Maybe choosing a tmp file as destination dir?

Many thanks

corand commented 10 years ago

I'm currently using the LocalFileSystem.TEMPORARY directory to exctract the content of the zip file and make use of it. If there is a better approach for that, please, let me known ;)