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


In This Topic
    LocalFileExistsOption Enumeration
    In This Topic
    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
    public enum LocalFileExistsOption : System.Enum 
    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