| [Overview][Constants][Types][Procedures and functions][Variables][Index] |
Resolves all symlinks in Filename, including all directories
Source position: lazfileutils.pas line 147
function GetUnixPhysicalFilename( |
const Filename: string; |
ExceptionOnError: Boolean |
):string; |
If a symlink can not be resolved, and ExceptionOnError is False, the function returns the empty string (''). If ExceptionOnError is True, it raises an EFOpenError with a message containing more details.
| lazarus-ccr.sourceforge.net |