Merge pull request #72 from dismory/master

Using `FileUtils.mkdir_p` for intermediate directories as required when extracting an entry
This commit is contained in:
Alexander Simonov 2013-02-07 00:46:04 -08:00
commit b778e077b9
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ module Zip
"A file already exists with that name"
end
end
Dir.mkdir destPath
FileUtils.mkdir_p destPath
set_extra_attributes_on_path(destPath)
end