Function append_to_file

Source
pub fn append_to_file(file_path: &str, code: &str) -> Result<()>