Browse Source

FIX: Use FileGetAttrUAC

Alexander Koblov 4 years ago
parent
commit
92aaf47f76
1 changed files with 1 additions and 1 deletions
  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;