Zipper icon indicating copy to clipboard operation
Zipper copied to clipboard

ExtractTo Won't Create Directory

Open mabutler opened this issue 9 years ago • 1 comments

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.

mabutler avatar Aug 18 '15 16:08 mabutler

I confirm. Created pull request #59

berdyshev avatar Sep 24 '15 11:09 berdyshev