adm-zip icon indicating copy to clipboard operation
adm-zip copied to clipboard

extractEntry not working on windows

Open nphias opened this issue 8 years ago • 0 comments

let zip = new AdmZip(zippath); let entry = "images"+path.sep+imagename zip.extractEntryTo(entry, destination, false, true)

i hit this code hard on the mac with Async.. works fine on windows i get errors : no entry found.

i am using zipfolder (archiver) to create the zip.. it doesnt seem to matter if i create it on windows or mac.. same error

nphias avatar Sep 25 '17 15:09 nphias