Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / FileExistsOption Enumeration


FileExistsOption Enumeration
Specifies which operation to perform when a file already exists.
Syntax
'Declaration
 
Public Enum FileExistsOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As FileExistsOption
Members
MemberDescription
AppendAppends the existing file.
AskUserPrompts the user.
OpenErrorOpens the file and indicates an error.
OverwriteOverwrites the file.
Inheritance Hierarchy

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

See Also