Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileSystemOption Enumeration
In This Topic
    FileSystemOption Enumeration
    In This Topic
    Defines valid values for specifying the file system.
    Members
    MemberDescription
    DosDOS file system. Characters are translated to ASCII (also known as the OEM character set) before being sent or after being received from the host.
    WindowsWindows file system. Characters are assumed to be ANSI and are not translated.
    See Also