InfoConnect for Airlines VBA Guide
WRQHiddenFoldersVisible Property
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
Object.WRQHiddenFoldersVisible As Boolean
Remarks
This property is only relevant for transfers to UNIX hosts (that is, when WRQHostSystem is set to HostSystemTypeOption.UNIX). This property is relevant only for transfers that use the WRQ/Reflection protocol. The default value is false.
See Also