| [Overview][Constants][Types][Procedures and functions][Variables][Index] |
Resolves a symlink to the real file.
Source position: lazfileutils.pas line 139
function TryReadAllLinks( |
const Filename: string |
):string; |
If a symlink can not be resolved it returns Filename. It calls the ReadAllLinks function in its implementation.