What wildcards can be used for search queries?
Wildcard | Description | Example |
---|---|---|
? | 1 character wildcard | "wordfile?" or "?:\" |
* | 1 to many characters in single directory |
"*\file.exe" matches "c:\file.exe" |
** | recursive wildcard on many subdirectories |
"c:\**\file.exe" matches "c:\<dir>\<subdir>\..\file.exe" |
<file extension you are searching for> AND (NOT all.app.name:<application that is not related to what you're searching for> OR NOT all.app.name:<other application or applications you want filtered out>)