adm-zip
adm-zip copied to clipboard
extractEntry not working on windows
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