FileFilter.name

string name() @property

Get name property.

Returns

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.

void name(string propval) @property

Set name property.

Parameters

propvalThe 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.