pub fn save_to_file<'a>( output_folder: &'a str, subfolder: &'a str, filename: &'a str, output: &'a str, ) -> String
This function saves the output to a file and returns the path to the file.