Values

OpenFile

The godot.EditorFileDialog can select only one file. Accepting the window will open the file.

OpenFiles

The godot.EditorFileDialog can select multiple files. Accepting the window will open all files.

OpenDir

The godot.EditorFileDialog can select only one directory. Accepting the window will open the directory.

OpenAny

The godot.EditorFileDialog can select a file or directory. Accepting the window will open it.

SaveFile

The godot.EditorFileDialog can select only one file. Accepting the window will save the file.