file_write_string :: fn (file: File, data: string) usize
Write content of passed string into the file. File must be valid file handle openned for writing. Function returns zero written bytes if writing is not possible.
file File to be modified.
data String content.
Bytes written into file.
Declared in: file.bl