Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / DefaultExistsActionOption Enumeration
In This Topic
DefaultExistsActionOption Enumeration
In This Topic
Specifies what happens when, for an IND$FILE transfer, 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.
OpenErrorCauses the transfer to fail (return an error) if the PC file already exists.
OverwriteReplaces the existing PC file.
See Also