LazUtils: add a ToDo item for CopyDirTree.

git-svn-id: trunk@37216 -
This commit is contained in:
juha 2012-05-07 21:11:03 +00:00
parent 1802fda674
commit b53fa296e3

View File

@ -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);