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

TryReadAllLinks

Resolves a symlink to the real file.

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.


Version 3.2 Generated 2024-02-25 Home