|
How to Select Files with Wildcard and Compare
|
Previous Top Next |
|
*.exe
|
Select all files with the .exe extension
|
|
*.doc
|
Select all files with the .doc extension
|
|
log*.zip
|
Select files like log.zip, logfile.zip, log2008.zip
|
|
*.htm*
|
Select all files with the .htm and .html extension
|
|
*.jpg; *.gif, *.png
|
Select image files with the .jpg, .gif or .png extensions
|