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