cef_file_dialog_mode_t

Supported file dialog modes.

Values

ValueMeaning
FILE_DIALOG_OPEN0

Requires that the file exists before allowing the user to pick it.

FILE_DIALOG_OPEN_MULTIPLE1

Like Open, but allows picking multiple files to open.

FILE_DIALOG_OPEN_FOLDER2

Like Open, but selects a folder to open.

FILE_DIALOG_SAVE3

Allows picking a nonexistent file, and prompts to overwrite if the file already exists.

Meta