Skip to content

SSH.SFTPSession.IsDirectory

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

SSH.SFTPSession.IsDirectory

Method Signature

 Function IsDirectory(Path As String) As Boolean

Parameters

Name Type Comment
Path String The path to query.

Return value

Returns True if the Path exists and refers to a directory.

See also

Clone this wiki locally