MobileChromeApps / cordova-plugin-zip

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

Correcting the decompression #46

Open FelipeCampos025 opened 9 years ago

FelipeCampos025 commented 9 years ago

Correcting the decompression of a zip with directories.example: a zip that has the directories --d1 ---- d1.d2 ------ d1.d2.d3

the decompression was so d1\d1.d2\d1.d2.d3

this was a filename

with the correction will be

d1/d1.d2 /d1.d2.d3