-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.SFTPDirectory.SuppressVirtualEntries
Andrew Lambert edited this page Nov 26, 2022
·
4 revisions
SSH.SFTPDirectory.SuppressVirtualEntries
Dim SuppressVirtualEntries As Boolean = True
Gets and sets whether the directory listing will skip the current (.
) and parent (..
) virtual directory entries. Defaults to True
.
If you wish to disable suppression you must set this property to False
immediately after the object is created but before attempting to read or write any of its other properties.
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.