WriteFileLine Function

Writes a line of text to a text file. A newline is automatically appended.

bool WriteFileLine(Handle hndl, const char[] format, any... ...)

Parameters

Handle hndl

Handle to the file.

const char[] format

Formatting rules.

any... ...

Variable number of format parameters.

Return Value

True on success, false otherwise.

Errors

Invalid Handle.