Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / WRQKeepFile Property
In This Topic
    WRQKeepFile Property
    In This Topic
    Returns or specifies whether a copy of the file being sent should be kept on the host.
    Syntax
    expression.WRQKeepFile As Boolean
    where expression is a variable that represents a FileTransfer Object
    Remarks
    This property is relevant for files submitted to the default print or batch queue, which are otherwise deleted automatically.

    This property is only relevant for transfers to VMS hosts (that is, when WRQHostSystem is set to HostSystemTypeOption.VMS).

    This property is relevant only for transfers that use the WRQ/Reflection protocol.

    The default value is false.
    See Also