Adds a comma-delimited file extension filter option to the [code]EditorFileDialog[/code] with an optional semi-colon-delimited label.
Example: "*.tscn, *.scn; Scenes", results in filter text "Scenes (*.tscn, *.scn)".
Removes all filters except for "All Files (*)".
Returns the [code]VBoxContainer[/code] used to display the file system.
Notify the [code]EditorFileDialog[/code] that its view of the data is no longer accurate. Updates the view contents on next view update.
The location from which the user may select a file, including [code]res://[/code], [code]user://[/code], and the local file system.
The currently occupied directory.
The currently selected file.
The file system path in the address bar.
If [code]true[/code] the [code]EditorFileDialog[/code] will not warn the user before overwriting files.
The view format in which the [code]EditorFileDialog[/code] displays resources to the user.
The purpose of the [code]EditorFileDialog[/code]. Changes allowed behaviors.
If [code]true[/code] hidden files and directories will be visible in the [code]EditorFileDialog[/code].
Emitted when a directory is selected.
Emitted when a file is selected.
Emitted when multiple files are selected.
The [code]EditorFileDialog[/code] can select only one file. Accepting the window will open the file.
The [code]EditorFileDialog[/code] can select multiple files. Accepting the window will open all files.
The [code]EditorFileDialog[/code] can select only one directory. Accepting the window will open the directory.
The [code]EditorFileDialog[/code] can select a file or directory. Accepting the window will open it.
The [code]EditorFileDialog[/code] can select only one file. Accepting the window will save the file.
The [code]EditorFileDialog[/code] can only view [code]res://[/code] directory contents.
The [code]EditorFileDialog[/code] can only view [code]user://[/code] directory contents.
The [code]EditorFileDialog[/code] can view the entire local file system.
The [code]EditorFileDialog[/code] displays resources as thumbnails.
The [code]EditorFileDialog[/code] displays resources as a list of filenames.