InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / LocalFileExistsOption Enumeration
In This Topic
    LocalFileExistsOption Enumeration
    In This Topic
    Options for file transfer behavior/what to do when the local file already exists
    Members
    MemberDescription
    AppendAppend to the local file
    CancelCancel the transfer, don't allow it.
    NoneUndefined option
    OverwriteOverwrite the existing file
    See Also