This is the string that will be displayed in the file chooser user interface if there is a selectable list of filters.
FileFilter.name
string name() @property nothrowGet name property.
Returns
The human-readable name of the filter.
void name(string propval) @property nothrowSet name property.
Parameters
propval | The human-readable name of the filter. This is the string that will be displayed in the file chooser user interface if there is a selectable list of filters. |