klyn.io.FileWriter.write
method
public override write(readonly value as String) as Void throws IOException:
Description

Writes raw text to the file.

Parameters
  • value Text to append.
Throws
  • IOException if the resource is closed, inaccessible, not a valid file, or the underlying I/O operation fails.