Expand description
This crate provides safe methods for using Open and Save dialog boxes on Windows.
Structs§
- Dialog
Params - The parameters used when displaying a dialog box. All fields are optional and have appropriate default values
- Open
Dialog Result - The result of an Open Dialog after the user has selected one or more files (or a folder)
- Save
Dialog Result - The result of a Save Dialog after the user has selected a file
Enums§
- Dialog
Error - Error returned when showing a dialog fails
Constants§
- FOS_
ALLNONSTORAGEITEMS - FOS_
ALLOWMULTISELECT - FOS_
CREATEPROMPT - FOS_
DEFAULTNOMINIMODE - FOS_
DONTADDTORECENT - FOS_
FILEMUSTEXIST - FOS_
FORCEFILESYSTEM - FOS_
FORCEPREVIEWPANEON - FOS_
FORCESHOWHIDDEN - FOS_
HIDEMRUPLACES - FOS_
HIDEPINNEDPLACES - FOS_
NOCHANGEDIR - FOS_
NODEREFERENCELINKS - FOS_
NOREADONLYRETURN - FOS_
NOTESTFILECREATE - FOS_
NOVALIDATE - FOS_
OVERWRITEPROMPT - FOS_
PATHMUSTEXIST - FOS_
PICKFOLDERS - FOS_
SHAREAWARE - FOS_
STRICTFILETYPES - FOS_
SUPPORTSTREAMABLEITEMS
Functions§
- open_
dialog - Displays an Open Dialog using the provided parameters.
- save_
dialog - Displays a Save Dialog using the provided parameters.