FileDialog.this
- this(Text title, string source, void delegate(Event ev) onFileselect, FileAssociationDescriptor[] filetypes, string startDir, bool save, string filename, StyleSheet customStyle)
- this(dstring title, string source, void delegate(Event ev) onFileselect, FileAssociationDescriptor[] filetypes, string startDir, bool save, string filename, StyleSheet customStyle)
Creates a file dialog with the given parameters. File types are given in the format '*.format'.