It is possible to override or customize the file dialog in some cases. These members provide those hooks: you do fileDialogDelegate = new YourSubclassOf_FileDialogDelegate; and you can do your own thing.
This is a customization hook and you should not call methods on this class directly. Use the public functions getOpenFileName and getSaveFileName, or make an automatic dialog with FileName instead.
It is possible to override or customize the file dialog in some cases. These members provide those hooks: you do fileDialogDelegate = new YourSubclassOf_FileDialogDelegate; and you can do your own thing.
This is a customization hook and you should not call methods on this class directly. Use the public functions getOpenFileName and getSaveFileName, or make an automatic dialog with FileName instead.