Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / Xfr8Dot3FilenameCase Property
In This Topic
    Xfr8Dot3FilenameCase Property
    In This Topic
    Gets or sets how the names of PC files created in 16-bit applications are displayed in the Transfer dialog box.
    Syntax
    expression.Xfr8Dot3FilenameCase As FilenameCase8Dot3Option
    where expression is a variable that represents a FileTransfer Object

    Property Value

    An FilenameCase8Dot3Option Enumeration value. The default value (LowerCase) displays all 8.3 filenames in lowercase.
    Remarks
    The filename can be up to eight characters long, and the file extension can be up to three characters long.
    See Also