WriteFileString
Writes a binary string to a file.
native bool WriteFileString(Handle hndl, 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.Error
Invalid Handle.