Skip to main content

append_file

Function append_file 

Source
pub fn append_file(path: &str, contents: &str) -> Result<(), String>
Expand description

Append a string to a file, creating it if it doesn’t exist.