InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / TransferUnderscoresToSpaces Property


In This Topic
    TransferUnderscoresToSpaces Property
    In This Topic
    Returns or specifies whether underscores in file names are converted to spaces when files are received.
    Syntax
    'Declaration
     
    
    Property TransferUnderscoresToSpaces As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.TransferUnderscoresToSpaces = value
     
    value = instance.TransferUnderscoresToSpaces
    bool TransferUnderscoresToSpaces {get; set;}

    Property Value

    The default value is false.
    Remarks
    This property affects WRQ/Reflection, Kermit, and Zmodem transfers, but not Xmodem transfers. The default value is false.
    See Also