# File

File name. Can contain unix filename patterns, with the intention to always support the latest version.

| Pattern | Matching                           |
| ------- | ---------------------------------- |
| \*      | matches everything                 |
| ?       | matches any single character       |
| \[seq]  | matches any character in *seq*     |
| \[!seq] | matches any character not in *seq* |
