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