Function doh::ops::term::save_file_picker [] [src]

pub fn save_file_picker(
    filename: &OsStr,
    extension: Option<&OsStr>
) -> Option<PathBuf>

Show a file picker to let user choose where to save a file with the specified filename and optional extension.