Enumeration Casemigueldeicaza.swiftgodot 0.45.0SwiftGodot
openAny
The dialog allows selecting one file or directory.
FileDialog.swift:28case openAny
Other cases
case openFile
The dialog allows selecting one, and only one file.
case openFiles
The dialog allows selecting multiple files.
case openDir
The dialog only allows selecting a directory, disallowing the selection of any file.
case saveFile
The dialog will warn when a file exists.