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


In This Topic
    DefaultExistsActionOption Enumeration
    In This Topic
    Defines the action that occurs with an IND$FILE transfer when the specified destination file already exists.
    Syntax
    'Declaration
     
    
    Public Enum DefaultExistsActionOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DefaultExistsActionOption
    public enum DefaultExistsActionOption : System.Enum 
    Members
    MemberDescription
    AppendAppends the host file or member to the file.
    AskUserPrompts the user for a decision.
    OpenErrorFails the transfer and returns an error.
    OverwriteReplaces the file.
    Inheritance Hierarchy

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

    See Also