Wildcard characters can be used in some functions that compare strings, find files, windows, etc.
| * | matches zero or more characters. For example, "c:\folder\*.txt" matches all text files in "c:\folder" folder. |
| ? | matches any single character. |
With most file fuctions that support it, wildcard characters can be used only in filename part. In Include/Exclude fields in menu properties, wildcards can be used in any place of file path.