File.write

Writes its arguments in text format to the file.

struct File
void
write
(
S...
)
()

Throws

Exception if the file is not opened. ErrnoException on an error writing to the file.

Meta