2
0
Alexander Koblov 4 жил өмнө
parent
commit
92aaf47f76

+ 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;