public property suggestedName as String = ""
Filename proposed when the dialog opens.
When the name has no extension, the chooser displays it with the explicit defaultExtension, or with the preferred extension inferred from the selected filter.
dialog.suggestedName = "notes"
dialog.filters = [FileDialogFilter("Text document", "*.txt")]
# The filename field displays notes.txt.