WriteString
Writes a binary string to a file.
native bool WriteString(const char[] buffer, bool term)
Parameters
const char[] buffer
String to write.
bool term
True to append NUL terminator, false otherwise.
Return Value
bool True on success, false on error.