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


OS2200LocalFileExistsOption Enumeration
Options for file transfer behavior/what to do when the local file already exists on downloads.
Syntax
'Declaration
 
Public Enum OS2200LocalFileExistsOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As OS2200LocalFileExistsOption
Members
MemberDescription
AppendAppend to the local file
CancelCancel the transfer, don't allow it.
NoneUndefined option
Overwriteoverwrite the existing file
Inheritance Hierarchy

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

See Also