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() @propertyGet name property.
Returns
The human-readable name of the filter.
void name(string propval) @propertySet 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. |