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