Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / CmsFileListCommand Property
In This Topic
    CmsFileListCommand Property
    In This Topic
    Gets or sets the file list command to issue on the CMS host to list files. When you click the Show Host Files button in the Transfer dialog box, the terminal issues the file list command you specify.
    Syntax
    expression.CmsFileListCommand As String
    where expression is a variable that represents a IbmTerminal Object
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
    Remarks
    This property applies only to 3270 sessions for CMS hosts. The default value is "LISTFILE %s (EXEC".
    See Also