mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 20:26:00 +02:00
* Use forcedirectories instead of createdir, patch by petr (bug ID 36672)
git-svn-id: trunk@44126 -
This commit is contained in:
parent
60f56be9b3
commit
dffb35575b
@ -2810,7 +2810,7 @@ Begin
|
|||||||
end
|
end
|
||||||
else if Item.IsDirectory then
|
else if Item.IsDirectory then
|
||||||
begin
|
begin
|
||||||
if (NOT Flat) then CreateDir(OutputFileName);
|
if (NOT Flat) then ForceDirectories(OutputFileName);
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user