Admin Production rocket
Current Publication

DeleteTrailingSpaces Property

Reflection Desktop .NET API Guide V17.1
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
DeleteTrailingSpaces Property
In This Topic
This property returns or specifies how Reflection handles trailing spaces during ASCII file transfers.
Syntax

                     
                     
'Declaration
 

                     
                     
Property DeleteTrailingSpaces As Boolean

                  

                     
                     
'Usage
 

                     
                     
Dim instance As IFileTransfer
Dim value As Boolean
 
instance.DeleteTrailingSpaces = value
 
value = instance.DeleteTrailingSpaces

                  

                     
                     
bool DeleteTrailingSpaces {get; set;}

                  
Remarks
The default value is true. Most text processing programs use delimited lines and paragraphs, and thus do not need blanks preceding a delimiter. Deleting trailing spaces during a file transfer can save a great deal of disk space. This property is relevant during ASCII file transfers from the host and for logging or copying to disk.
See Also