Zipper
Zipper copied to clipboard
ExtractTo Won't Create Directory
In the extractTo function there's a check if the directory exists and will create it if it does not. However, prior to that it calls realpath, which returns false if the directory does not exist.
I confirm. Created pull request #59