mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 05:39:29 +02:00
LazUtils: Create destination dirs in CopyDirTree(). Fixes a regression.
git-svn-id: trunk@41939 -
This commit is contained in:
parent
cfb2ee3fcb
commit
eaef69c3e5
@ -714,7 +714,7 @@ begin
|
||||
Searcher:=TCopyDirTree.Create;
|
||||
try
|
||||
// Destination directories are always created. User setting has no effect!
|
||||
Flags:=Flags-[cffCreateDestDirectory];
|
||||
Flags:=Flags+[cffCreateDestDirectory];
|
||||
Searcher.FFlags:=Flags;
|
||||
Searcher.FCopyFailedCount:=0;
|
||||
Searcher.FSourceDir:=SourceDir;
|
||||
|
Loading…
Reference in New Issue
Block a user