InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IFileTransfer Interface / LocalFileExists Property


In This Topic
    LocalFileExists Property
    In This Topic
    Gets or sets the behavior to take when the local file exists when transferring a file.
    Syntax
    'Declaration
     
    
    Property LocalFileExists As LocalFileExistsOption
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As LocalFileExistsOption
     
    instance.LocalFileExists = value
     
    value = instance.LocalFileExists
    LocalFileExistsOption LocalFileExists {get; set;}
    See Also