Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / TransferUnderscoresToSpaces Property
In This Topic
    TransferUnderscoresToSpaces Property
    In This Topic
    Returns or specifies whether underscores in filenames are converted to spaces when files are received by the emulator.
    Syntax
    expression.TransferUnderscoresToSpaces As Boolean
    where expression is a variable that represents a FileTransfer Object
    Remarks
    This property affects WRQ/Reflection, Kermit, and Zmodem transfers, but not Xmodem transfers. The default value is false.
    See Also