fs_write_stringΒΆ

fs_write_string :: fn (handle: FSFile, 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