[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'LazFileUtils' (#lazutils)

TryReadAllLinks

Resolves a symlink to a real file name.

Declaration

Source position: lazfileutils.pas line 139

function TryReadAllLinks(

  const Filename: string

):string;

Description

If a symlink can not be resolved it returns Filename. It calls the ReadAllLinks function in its implementation.

See also

ReadAllLinks

  

Resolves a symbolic link to an actual file name.


Version 4.0 Generated 2025-05-03 Home