LazUtils: use TryGetSymlinkTarget consistently in ReadAllLinks on Windows.

(cherry picked from commit 1ba49f1940)
This commit is contained in:
Bart 2024-08-03 22:36:04 +02:00 committed by Maxim Ganetsky
parent 28f4bcdb5f
commit 89c32c1969

View File

@ -46,7 +46,7 @@ begin
Exit;
end;
US := URec.TargetName;
if not FileGetSymlinkTarget(US, URec) then
if not TryGetSymlinkTarget(US, URec) then
begin
if ExceptionOnError then raise EFOpenError.CreateFmt('%s is not a junction or a symbolic link',[Filename]);
Result := '';