Using wildcards

You can use wildcards for some of the section values.

Character
What is represents
? (question mark)
A single character.
 
* (asterisk)
Multiple characters.
user_name { Include “*” }
& (ampersand)
Multiple characters except / and \.. Use to match the root-level contents of a folder but not any subfolders.
files { Include “C:\\test\\&.txt” }
! (exclamation mark)
Wildcard escape.
files { Include “C:\\test\\yahoo!!.txt” }

Copyright © 2006 McAfee, Inc. All Rights Reserved.