pub fn file_write_string( path: &str, data: &str, ) -> Result<EmptyStruct, FileError>
Write string to a file (creates or overwrites)