InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / LocalFileExistsOption Enumeration


LocalFileExistsOption Enumeration
Options for file transfer behavior/what to do when the local file already exists
Syntax
'Declaration
 
Public Enum LocalFileExistsOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As LocalFileExistsOption
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.T27.LocalFileExistsOption

See Also