-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.SFTPSession.PathExists
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
SSH.SFTPSession.PathExists
Function PathExists(Path As String) As Boolean
Name | Type | Comment |
---|---|---|
Path |
String | The remote path to query. |
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.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.