'Declaration
Public Enum FileExistsOption Inherits System.Enum
'Usage
Dim instance As FileExistsOption
public enum FileExistsOption : System.Enum
'Declaration
Public Enum FileExistsOption Inherits System.Enum
'Usage
Dim instance As FileExistsOption
public enum FileExistsOption : System.Enum
Member | Description |
---|---|
Append | Appends the existing file. |
AskUser | Prompts the user. |
OpenError | Opens the file and indicates an error. |
Overwrite | Overwrites the file. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.IbmHosts.FileExistsOption