'Declaration
Public Enum FileSystemOption Inherits System.Enum
'Usage
Dim instance As FileSystemOption
public enum FileSystemOption : System.Enum
'Declaration
Public Enum FileSystemOption Inherits System.Enum
'Usage
Dim instance As FileSystemOption
public enum FileSystemOption : System.Enum
Member | Description |
---|---|
Dos | DOS file system. Characters are translated to ASCII (also known as the OEM character set) before being sent or after being received from the host. |
Windows | Windows file system. Characters are assumed to be ANSI and are not translated. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.IbmHosts.FileSystemOption