FortuneN / cordova-plugin-zeep

Zip compression/decompression for the cordova/phonegap platform
Apache License 2.0
28 stars 37 forks source link

Fixed errors with "\\" "\" and "/" -- bug was causing getPathParent t… #22

Closed Petersdavis closed 5 years ago

Petersdavis commented 5 years ago

Fixed errors with "\" "\" and "/" -- bug was causing getPathParent to crash out.

Added Collision resolution for CreateFileAsync() -- previously (even partially) unzipped file could not be unzipped again.

FortuneN commented 5 years ago

Merged. Thank you Peter