Skip to main content

write

Function write 

Source
pub fn write<P: AsRef<Path>, C: AsRef<[u8]>>(
    path: P,
    contents: C,
) -> Result<(), String>
Expand description

Write to file (accepts bytes or strings)