pub fn append_file(path: &Path, content: &str) -> Result<()>
Appends content to a file located at path.
content
path