Skip to main content

write_file

Function write_file 

Source
pub fn write_file(
    path: String,
    data: Vec<u8>,
    append: bool,
) -> Result<(), String>