-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.SFTPDirectory.OpenSubdirectory
Andrew Lambert edited this page Apr 22, 2024
·
8 revisions
SSH.SFTPDirectory.OpenSubdirectory
Function OpenSubdirectory(Optional DirectoryName As String, TruePath As Boolean = False) As SSH.SFTPDirectory
Function OpenSubdirectory(Index As Integer) As SSH.SFTPDirectory
Name | Type | Comment |
---|---|---|
DirectoryName |
String | Optional. The name of the subdirectory to be listed. If not specified then the CurrentName property is used. |
TruePath |
Boolean | Optional. If True and the DirectoryName refers to a symlink, then target directory is opened directly using its true path rather than the link's path. |
Name | Type | Comment |
---|---|---|
Index |
Integer | The index, in the current directory, of the subdirectory to be listed. |
A new SFTPDirectory
representing the subdirectory, or Nil
on error. Check SFTPDirectory.LastError for details if this method returns Nil
.
Open a subdirectory for listing.
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.