Type: string
Default: "!^\.[^.]"
A regular expression used in the file browser, optionally preceded by the not operator ``!''. Only files whose names match this mask will be shown. The match is always case-sensitive.
Note: if you need ``!'' at the beginning of the regular expression you should enclose it in paranthesis, in order to distinguish it from the logical not operator for the expression.