WRQHiddenFoldersVisible Property
In This Topic
Returns or specifies whether hidden folders (with names beginning with a period) on a UNIX host are displayed in the File Transfer dialog box, when the host folder list is displayed.
Syntax
'Declaration
Property WRQHiddenFoldersVisible As Boolean
'Usage
Dim instance As IFileTransfer
Dim value As Boolean
instance.WRQHiddenFoldersVisible = value
value = instance.WRQHiddenFoldersVisible
bool WRQHiddenFoldersVisible {get; set;}
Property Value
The default value is false.
See Also