Function append_file

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

Appends content to a file located at path.