* Use forcedirectories instead of createdir, patch by petr (bug ID 36672)

git-svn-id: trunk@44126 -
This commit is contained in:
michael 2020-02-07 08:50:26 +00:00
parent 60f56be9b3
commit dffb35575b

View File

@ -2810,7 +2810,7 @@ Begin
end
else if Item.IsDirectory then
begin
if (NOT Flat) then CreateDir(OutputFileName);
if (NOT Flat) then ForceDirectories(OutputFileName);
end
else
begin