mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 14:56:20 +02:00
LazUtils: add a ToDo item for CopyDirTree.
git-svn-id: trunk@37216 -
This commit is contained in:
parent
1802fda674
commit
b53fa296e3
@ -1008,6 +1008,7 @@ var
|
||||
NewPath:String;
|
||||
begin
|
||||
NewPath:=StringReplace(FileName, FSourceDir, FTargetDir, []);
|
||||
// ToDo: make directories also respect cffPreserveTime flag.
|
||||
if not DirectoryExistsUTF8(NewPath) then
|
||||
if not ForceDirectoriesUTF8(NewPath) then
|
||||
Inc(FCopyFailedCount);
|
||||
|
Loading…
Reference in New Issue
Block a user