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


In This Topic
    TraceFileExistsOption Enumeration
    In This Topic
    Specifies the operation to perform when a file already exists.
    Syntax
    'Declaration
     
    
    Public Enum TraceFileExistsOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TraceFileExistsOption
    public enum TraceFileExistsOption : System.Enum 
    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