InfoConnect for Unisys
TransferSpacesToUnderscores Property


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

Property Value

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