File.writeln

Writes its arguments in text format to the file, followed by a newline.

struct File
void
writeln
(
S...
)
()

Throws

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

Meta