Programming with Reflection
HP 3000 File Name Switches
The following table shows the valid HP 3000 file name switches you can append to the host name when using the WRQSendFile or WRQReceiveFile method. Most switches are valid for only one direction of transfereither sending or receivingalthough some switches are valid in both directions. Most switches also have an equivalent property you can set to cause the same effect; using a switch affects only the current transfer, whereas using the property affects all subsequent transfers until its value is changed.
Switch |
Equivalent Property |
Meaning |
Direction |
;F |
none |
Used fixed record format. |
Send |
;L |
WRQTransferWithAttributes (when used with binary transfers) |
Transfer file as Labels. |
Both |
;O |
WRQSendSpooled |
Send file to spooled device. |
Send |
;P |
none |
Purge an existing host file before creating the new file. |
Send |
;Q |
WRQQEditFormat |
Send file in Qedit format. |
Send |