FileFilter.setName

void setName(string name = null)

Sets the human-readable name of the filter; this is the string that will be displayed in the file selector user interface if there is a selectable list of filters.

Parameters

namethe human-readable-name for the filter, or null to remove any existing name.