Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / ZmodemDeleteCancelledReceives Property
In This Topic
    ZmodemDeleteCancelledReceives Property
    In This Topic
    Returns or specifies what happens when you cancel a Zmodem receive.
    Syntax
    expression.ZmodemDeleteCancelledReceives As Boolean
    where expression is a variable that represents a FileTransfer Object
    Remarks
    If this property is set to true, the partially received file is deleted. If it's set to false, the partially received file is kept. If a Zmodem receive is not explicitly canceled by the user, the partially received file is always kept. The default value is true.
    See Also