Struct win_nfd::FileSaveDialogBuilder
source · pub struct FileSaveDialogBuilder<'a, 'b, 'c> {
pub init_com: bool,
pub default_path: Option<&'a Path>,
pub path: Option<&'b Path>,
pub filetypes: FileFilters<'static>,
pub filename: Option<&'c OsStr>,
}Expand description
Builder for a FileSaveDialog
Fields§
§init_com: boolWhether to init com
default_path: Option<&'a Path>Path to open by default
path: Option<&'b Path>Path to open, regardless of past choices
filetypes: FileFilters<'static>File types
filename: Option<&'c OsStr>Filename