Alexander Koblov 4 лет назад
Родитель
Сommit
92aaf47f76
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/filesources/filesystem/ufilesystemutil.pas

+ 1 - 1
src/filesources/filesystem/ufilesystemutil.pas

@@ -1314,7 +1314,7 @@ var
 
 begin
   repeat
-    Attrs := mbFileGetAttr(AbsoluteTargetFileName);
+    Attrs := FileGetAttrUAC(AbsoluteTargetFileName);
     if Attrs <> faInvalidAttributes then
     begin
       SourceFile := aNode.TheFile;