Reflection
TransferUnderscoresToSpaces Property


Returns or specifies whether underscores in file names are converted to spaces when files are received to Reflection.
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