|
||
|
|
||
|
File Mask You can use the * and ? wildcards in your file
mask. The * wildcard character represents zero, one or more characters,
while the ? wildcard character represents exactly one character.
Examples of file mask: · *.doc : Selects files with the extension .doc, such as "test.doc" and "manual.doc". · read*.* : Selects any files that starts with “read”, such as "readme.txt", "ReadFirst.doc", "read.1st", "Read.exe" · db????.xls : Select files with exactly 4 characters between “db” and “.xls”, such as "db1999.xls", "dbfast.xls", "db_123.xls" · setup.exe : Select files with the name “setup.exe”.
|
|
Copyright
© 2001-2003 Softchitect. All Rights Reserved.
|