Skip to content

SSH.SFTPDirectory.SuppressVirtualEntries

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

SSH.SFTPDirectory.SuppressVirtualEntries

Property declaration

 Dim SuppressVirtualEntries As Boolean = True

Remarks

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.

See also

Clone this wiki locally