InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / MAPPERFileExistsOption Enumeration


MAPPERFileExistsOption Enumeration
Options for file transfer behavior/what to do when the destination file already exists
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum MAPPERFileExistsOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As MAPPERFileExistsOption
Members
MemberDescription
AppendAppend to the local file. This value cannot be combined with other values.
CancelCancel the transfer if the pc file exists on downloads, don't allow it. Applies to Download only
InsertInsert the pc file contents at a specified line number in the host file. Applies to Upload only
NoneUndefined option
Overwriteoverwrite the existing file. This value cannot be combined with other values.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.UTS.MAPPERFileExistsOption

See Also