This command will write the raw bytes from the string to the file id specified.
In the second form of this command, the number of bytes specified to write is written to the file - if this is less than the size of the string, then only that number of bytes are written from the string. If this is more than the size of the string, then additional null bytes will be written to pad to the specified size.
Unlike the WRITE DATAFILE STRING command, this command will not write out the prefix/postfix bytes that tell the command what the string limits are. |