InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / TraceFileExistsOption Enumeration


TraceFileExistsOption Enumeration
Specifies the operation to perform when a file already exists.
Syntax
'Declaration
 
Public Enum TraceFileExistsOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As TraceFileExistsOption
Members
MemberDescription
AppendAppend the file.
OpenErrorOpen the file and indicate an error.
OverWriteOverwrite the file.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.TraceFileExistsOption

See Also