Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / WRQRemoveFileExtension Property
In This Topic
WRQRemoveFileExtension Property
In This Topic
Returns or specifies whether the DOS filename extension is automatically removed when files are sent to the host without explicit specification of the host filename.
Syntax
expression.WRQRemoveFileExtension As Boolean
where expression is a variable that represents a FileTransfer Object
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