'DeclarationPublic Enum FileExistsOption Inherits System.Enum
'UsageDim instance As FileExistsOption
public enum FileExistsOption : System.Enum
'DeclarationPublic Enum FileExistsOption Inherits System.Enum
'UsageDim 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