OpenDialogOptions
Options to configure the behaviour of a file open dialog.
Note 1: On Windows and Linux, a file dialog cannot be both a file selector and a folder selector, so if you set both
canSelectFiles
andcanSelectFolders
totrue
on these platforms, a folder selector will be shown.Note 2: Explicitly setting
canSelectFiles
andcanSelectFolders
tofalse
is futile and the editor then silently adjusts the options to select files.