The WRITELINE() method
writes the string at the current position in the file. This method
overwrites data that exists at the current position in the file. If
the current position in the file plus the length of the string is
larger than the current file size, then the file size is increased.
The file needs to be
opened in Write or Append mode for this method to work.