FileDialog.Mode

Values

ValueMeaning
modeOpenFile0

The dialog allows the selection of one, and only one file.

modeOpenFiles1

The dialog allows the selection of multiple files.

modeOpenDir2

The dialog functions as a folder selector, disallowing the selection of any file.

modeOpenAny3

The dialog allows the selection of a file or a directory.

modeSaveFile4

The dialog will warn when a file exists.

Meta