Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / WRQHiddenFoldersVisible Property
In This Topic
    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
    expression.WRQHiddenFoldersVisible As Boolean
    where expression is a variable that represents a FileTransfer Object
    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