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


In This Topic
    DeleteTrailingSpaces Property
    In This Topic
    This property returns or specifies how InfoConnect 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