InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / 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
    '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.
    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