Function origen::utility::file_actions::append[][src]

pub fn append(file: &Path, text: &str) -> Result<()>
Expand description

Append the given text at the end of the given file. Returns an error if any error is encountered when trying to make the update, e.g. if the given file doesn’t exist.