Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / XfrReceive8Dot3 Property
In This Topic
    XfrReceive8Dot3 Property
    In This Topic
    Gets or sets whether long filenames received from an IBM mainframe are truncated.
    Syntax
    expression.XfrReceive8Dot3 As Boolean
    where expression is a variable that represents a FileTransfer Object

    Property Value

    The default value is True.
    Remarks
    When this property is true, host files whose names are greater than eight characters are truncated to the 8.3 format (eight characters plus a three-digit extension) when received on the PC.
    See Also