adm-zip
adm-zip copied to clipboard
extractAllToAsync throw "Unable to set utimes"
hello, i will unzip a zip file, the zip contains some tree folders and files, when i use extractAllToAsync and set overwrite=true, throw a error: "Unable to set utimes"~

Function creates file and then tries change its modification timestamp according to what was in zip file. Some reason it fails ... actually it seems function tries to change time without checking was write even successful.