Enum FileDialog.FileModeEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum FileDialog.FileModeEnum : long
Fields
OpenAny = 3
The dialog allows selecting one file or directory.
OpenDir = 2
The dialog only allows selecting a directory, disallowing the selection of any file.
OpenFile = 0
The dialog allows selecting one, and only one file.
OpenFiles = 1
The dialog allows selecting multiple files.
SaveFile = 4
The dialog will warn when a file exists.