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


DefaultExistsActionOption Enumeration
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
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