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


FileSystemOption Enumeration
Defines valid values for specifying the file system.
Syntax
'Declaration
 
Public Enum FileSystemOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As FileSystemOption
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