pub fn write<P: AsRef<Path>, C: AsRef<[u8]>>( path: P, contents: C, ) -> Result<(), String>
Write to file (accepts bytes or strings)