Attachmate Reflection 2014 .NET API Reference
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
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

Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

Attachmate.Reflection.Emulation.IbmHosts Namespace

Send Feedback