SSH.SFTPSession.IsSymbolicLink - charonn0/RB-libssh2 GitHub Wiki

SSH.SFTPSession.IsSymbolicLink

Method Signature

 Function IsSymbolicLink(Path As String) As Boolean

Parameters

Name Type Comment
Path String The path of the file or directory to query.

Return value

Returns True if the Path is actually a symbolic link.

See also