Wildcard | -Use in file name and file extension exclusions | -Use in folder exclusions | -Example use | -Example matches | -
---|---|---|---|---|
* (asterisk) | -Replaces any number of characters. Only applies to files in the last folder defined in the argument. |
- Replaces a single folder. Use multiple * with folder slashes \ to indicate multiple, nested folders. After matching the number of wild carded and named folders, all subfolders will also be included. |
-
-
|
-
-
|
-
- ? (question mark) - | -
- Replaces a single character. - Only applies to files in the last folder defined in the argument. - |
- - Replaces a single character in a folder name. - After matching the number of wild carded and named folders, all subfolders will also be included. - | -
-
|
-
-
|
-
Environment variables | -The defined variable will be populated as a path when the exclusion is evaluated. | -Same as file and extension use. | -
-
|
-
-
|
-