public property defaultExtension as String = ""
Extension appended when the selected filename has no extension.
The leading dot is optional. If this property is empty, the extension is inferred from the selected filter's first simple *.extension pattern.
dialog.defaultExtension = "json"