procedure DefaultReadSymbolicLink(SFTPSessionInfo: TScSFTPSessionInfo; const Path: string; out SymbolicName: string; var Error: TScSFTPError); virtual;
Description
Call the DefaultReadSymbolicLink method to read the target of a symbolic link.
Parameters:
• | SFTPSessionInfo - contains the information about the current SFTP session. |
• | Path - the path name of the symbolic link to be read. |
• | SymbolicName - returns the target of the link. |
• | Error - returns the information about an error that can arise on the operation execution. |
See also