pub fn save_file_dialog(proposed_filename: &str, data: &[u8])Expand description
Lets the user save raw data to a file, popping up Save file dialog.
The proposed filename must include a file extension, this will be used to set up the save dialog filter.