InfoConnect for Unisys
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
public enum FileExistsOption : System.Enum 
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