Go to the source code of this file.
◆ FILE_DIALOG_FLAGS
| Enumerator |
|---|
| FILE_DIALOG_FLAG_NONE | |
| FILE_DIALOG_FLAG_DONT_ADD_TO_RECENT | Prevents the system from adding a link to the selected file in the file system directory that contains the user's most recently used documents.
|
| FILE_DIALOG_FLAG_FILE_MUST_EXIST | Only existing files can be opened.
|
| FILE_DIALOG_FLAG_NO_CHANGE_DIR | Restores the current directory to its original value if the user changed the directory while searching for files.
|
| FILE_DIALOG_FLAG_OVERWRITE_PROMPT | Causes the Save As dialog box to show a message box if the selected file already exists.
|
◆ FILE_DIALOG_TYPE
| Enumerator |
|---|
| FILE_DIALOG_TYPE_OPEN | |
| FILE_DIALOG_TYPE_SAVE | |
◆ DEFINE_FLAG_ENUM_OPERATORS()