NoteWildcards cannot be used to represent folder names. The
exact name of a folder must be specified.
|
Example
|
Reason
|
---|---|
??:\Buffalo\Password.exe
|
?? represents two characters and drive letters
only have a single alphabetic character.
|
*:\Buffalo\Password.exe
|
* represents multi-character data and drive
letters only have a single alphabetic character.
|
C:\*\Password.exe
|
Wildcards cannot be used
to represent folder names. The exact name of a folder must be specified.
|
C:\?\Password.exe
|