* use the name of the target so that the correct attributes are retrieved (namely those of the target)

git-svn-id: trunk@43109 -
This commit is contained in:
svenbarth 2019-10-03 12:07:16 +00:00
parent b289805a91
commit 35452fc670

View File

@ -472,7 +472,7 @@ begin
end;
end;
Handle := FindFirstFileExW(PUnicodeChar(FileName), FindExInfoDefaults , @SymLinkRec.FindData,
Handle := FindFirstFileExW(PUnicodeChar(SymLinkRec.TargetName), FindExInfoDefaults , @SymLinkRec.FindData,
FindExSearchNameMatch, Nil, 0);
if Handle <> INVALID_HANDLE_VALUE then begin
Windows.FindClose(Handle);