function ReadSymbolicLink(const Path: string): string;
Description
Call the ReadSymbolicLink method to read the target of a symbolic link. Path specifies the path name of the symbolic link to be read.
If NonBlocking is False, ReadSymbolicLink returns the target of the link. Otherwise it returns an empty string, and in order to obtain the result, the OnFileName event should be processed. If the server returns an error, the OnError event is generated.
See Also