Fs.write_stringΒΆ
write_string :: fn (handle: File, str: string) (_0: s64, _1: Error) #inline
Write content of str into the file, return count of written bytes and OK if there is no error, otherwise return 0 and error.
Declared in: fs.bl
write_string :: fn (handle: File, str: string) (_0: s64, _1: Error) #inline
Write content of str into the file, return count of written bytes and OK if there is no error, otherwise return 0 and error.
Declared in: fs.bl