| [Overview][Constants][Types][Procedures and functions][Variables][Index] |
Resolves a symbolic link to an actual file name.
Source position: lazfileutils.pas line 137
function ReadAllLinks( |
const Filename: string; |
ExceptionOnError: Boolean |
):string; |
ReadAllLinks is a String function used to resolve a symbolic link to an actual file name. It does not resolve symbolic links in parent (or ancestor) directories. If a symlink cannot be resolved, and ExceptionOnError is False, the function returns an empty string (''). If ExceptionOnError is True, it raises an EFOpenError with a message, containing more details. For the Windows platform, it simply returns the value in the Filename argument.