Struct EditorFileDialog
struct EditorFileDialog
;
Properties
Name | Type | Description |
access [get, set]
|
EditorFileDialog.Access | The location from which the user may select a file, including res:// , user:// , and the local file system.
|
currentDir [get, set]
|
String | The currently occupied directory.
|
currentFile [get, set]
|
String | The currently selected file.
|
currentPath [get, set]
|
String | The file system path in the address bar.
|
disableOverwriteWarning [get, set]
|
bool | If true , the EditorFileDialog will not warn the user before overwriting files.
|
displayMode [get, set]
|
EditorFileDialog.DisplayMode | The view format in which the EditorFileDialog displays resources to the user.
|
mode [get, set]
|
EditorFileDialog.Mode | The purpose of the EditorFileDialog , which defines the allowed behaviors.
|
showHiddenFiles [get, set]
|
bool | If true , hidden files and directories will be visible in the EditorFileDialog .
|