Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileExistsOption Enumeration
In This Topic
    FileExistsOption Enumeration
    In This Topic
    Specifies, for IND$FILE transfers, what happens when the destination file already exists.
    Members
    MemberDescription
    AppendAppends the host file or member to the existing PC file.
    AskUserPrompts the user for a decision if the PC file already exists.
    OpenErrorFails the transfer (and returns an error) if the PC file already exists.
    OverwriteReplaces the existing PC file.
    See Also