Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / Xfr400ExistsAction Property
In This Topic
    Xfr400ExistsAction Property
    In This Topic
    Gets or sets what Reflection does if it finds a PC file with the same name as the host file or member that you are trying to receive.
    Syntax
    expression.Xfr400ExistsAction As DefaultExistsActionOption
    where expression is a variable that represents a FileTransfer Object

    Property Value

    A DefaultExistsActionOption value.
    Remarks
    The equivalent property for IND$FILE is DfltExistsAction. This property affects AS/400 data transfer and is only relevant for 5250 sessions.
    See Also