|
@@ -701,7 +701,7 @@ begin
|
|
|
Result := False;
|
|
Result := False;
|
|
|
SetLastError(ERROR_SUCCESS);
|
|
SetLastError(ERROR_SUCCESS);
|
|
|
FN:=FileName;
|
|
FN:=FileName;
|
|
|
- if Not GetFileAttributesExW(PWideChar(FileName), GetFileExInfoStandard, @Data) then
|
|
|
|
|
|
|
+ if Not GetFileAttributesExW(PWideChar(FN), GetFileExInfoStandard, @Data) then
|
|
|
exit;
|
|
exit;
|
|
|
if ((Data.dwFileAttributes and faSymlink)=faSymlink) then
|
|
if ((Data.dwFileAttributes and faSymlink)=faSymlink) then
|
|
|
begin
|
|
begin
|