FILE_MODE_OPEN_FILE:null = 0
The
EditorFileDialog can select only one file. Accepting the window will open the file.
FILE_MODE_OPEN_FILES:null = 1
The
EditorFileDialog can select multiple files. Accepting the window will open all files.
FILE_MODE_OPEN_DIR:null = 2
The
EditorFileDialog can select only one directory. Accepting the window will open the directory.
FILE_MODE_OPEN_ANY:null = 3
The
EditorFileDialog can select a file or directory. Accepting the window will open it.
FILE_MODE_SAVE_FILE:null = 4
The
EditorFileDialog can select only one file. Accepting the window will save the file.