File.write

void write(S...)(S args)

Writes its arguments in text format to the file.

Throws

Exception if the file is not opened.

ErrnoException on an error writing to the file.