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


In This Topic
    WRQRemoveFileExtension Property
    In This Topic
    Returns or specifies whether the DOS file name extension is automatically stripped when files are sent to the host without explicit specification of the host file name.
    Syntax
    'Declaration
     
    
    Property WRQRemoveFileExtension As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.WRQRemoveFileExtension = value
     
    value = instance.WRQRemoveFileExtension
    bool WRQRemoveFileExtension {get; set;}

    Property Value

    The default value is true.
    Remarks
    This property is only relevant for transfers to HP 3000 hosts (that is, when WRQHostSystem is set to HostSystemTypeOption.HP3000). This property is relevant only for transfers that use the WRQ/Reflection protocol. The default value is true.
    See Also