InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / FileExistsOption Enumeration


In This Topic
    FileExistsOption Enumeration
    In This Topic
    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