Function blue_build_utils::append_to_file

source ·
pub fn append_to_file<T: Into<PathBuf> + AsRef<OsStr>>(
    file_path: &T,
    content: &str
) -> Result<()>
Expand description

Appends a string to a file.

§Errors

Will error if it fails to append to a file.