Skip to content

SSH.SFTPSession.IsSymbolicLink

Andrew Lambert edited this page Nov 26, 2022 · 3 revisions

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

Clone this wiki locally