pub fn create_file_and_put_contents( content_to_write: String, new_path: &String, ) -> Result<()>
Creates a new file with the string replaced contents