Value | Meaning |
---|---|
modeOpenFile0 | The EditorFileDialog can select only one file. Accepting the window will open the file. |
modeOpenFiles1 | The EditorFileDialog can select multiple files. Accepting the window will open all files. |
modeOpenDir2 | The EditorFileDialog can select only one directory. Accepting the window will open the directory. |
modeOpenAny3 | The EditorFileDialog can select a file or directory. Accepting the window will open it. |
modeSaveFile4 | The EditorFileDialog can select only one file. Accepting the window will save the file. |