[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 135

function TryReadAllLinks(

  const Filename: string

):string;

Description

If a symlink can not be resolved it returns Filename. It uses ReadAllLinks.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.