Skip to content

SSH.SFTPSession.PathExists

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

SSH.SFTPSession.PathExists

Method Signature

 Function PathExists(Path As String) As Boolean

Parameters

Name Type Comment
Path String The remote path to query.

Return value

Returns True if the specified Path exists on the server. Paths ending in / are interpreted as directories; some servers will fail the query if it's omitted.

Clone this wiki locally