InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.UTS Library / MAPPERFileExistsOption Enumeration
In This Topic
    MAPPERFileExistsOption Enumeration
    In This Topic
    Options for file transfer behavior/what to do when the destination file already exists
    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.
    See Also