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:
commit
b778e077b9
|
|
@ -597,7 +597,7 @@ module Zip
|
||||||
"A file already exists with that name"
|
"A file already exists with that name"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
Dir.mkdir destPath
|
FileUtils.mkdir_p destPath
|
||||||
set_extra_attributes_on_path(destPath)
|
set_extra_attributes_on_path(destPath)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue