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