Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FilenameCase8Dot3Option Enumeration
In This Topic
    FilenameCase8Dot3Option Enumeration
    In This Topic
    Specifies how the Transfer dialog box displays filenames of PC files created in 16-bit applications.
    Members
    MemberDescription
    LowerCaseDisplays all 8.3 filenames in lowercase.
    PreserveCaseDisplays all 8.3 filenames as returned by the file system.
    UpperCaseDisplays all 8.3 filenames in uppercase.
    Remarks
    "8Dot3" refers to DOS filenames, which have a maximum of eight characters with the three-character file extension.
    See Also