how to search a single folder including subfolders

General discussion related to "Everything".
Post Reply
fenpeppertree
Posts: 3
Joined: Tue Apr 28, 2015 8:05 am

how to search a single folder including subfolders

Post by fenpeppertree »

:?: How can I search a single folder including subfolders without having to search the entire C: drive?

Also, how can I search for a document by searching for a keyword(s) within the document's content?
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: how to search a single folder including subfolders

Post by void »

To search a folder and its subfolders, type in the folder followed by a trailing backslash, eg:

Code: Select all

D:\folder\
If the path contains spaces, please be sure to include double quotes:

Code: Select all

"D:\folder with spaces\another folder\"
Everything does not support content searching yet.
Post Reply