Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / WriteCtrlZAsEOF Property
In This Topic
    WriteCtrlZAsEOF Property
    In This Topic
    When this property is set to true, Reflection automatically adds an end-of-file marker at the end of ASCII files it receives from the host.
    Syntax
    expression.WriteCtrlZAsEOF As Boolean
    where expression is a variable that represents a FileTransfer Object
    Remarks
    Some older PC programs require the Ctrl-Z end-of-file marker. The equivalent property for ASCII transfers to the host is ReadCtrlZAsEOF, which determines whether the Ctrl-Z at the end of PC files should be copied to the host during an ASCII file transfer. This property is relevant only for ASCII file transfers from the host. The default value is false.
    See Also