InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / FileSystemOption Enumeration


In This Topic
    FileSystemOption Enumeration
    In This Topic
    Defines valid values for specifying the file system.
    Syntax
    'Declaration
     
    
    Public Enum FileSystemOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FileSystemOption
    public enum FileSystemOption : System.Enum 
    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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.IbmHosts.FileSystemOption

    See Also