To search a specific directory, include the directory path with a trailing backslash in your search.
For example:
c:\windows\
"c:\Program files\"
Use double quotes to escape spaces.
To exclude a certain extension, please try the NOT operator: !
For example, to exclude *.tmp, include the following in your search:
!*.tmp
To exclude *.tmp and *.db, include the following in your search:
!ext:tmp;db
ext:
If you don't want to search subfolders, please try the parent: search function.
For example:
parent:c:\windows
parent:"c:\program files"
Only files/folders directly under the specified path are listed.
parent:
If you want to find empty folders, include the following in your search:
empty:
For example, to find empty folders in C:\program files, search for:
"c:\program files\" empty:
empty: