Hey everyone, can anyone help me with my request? I'd like to search for a certain word in certain folders in my hard drives.
Example: The word "Chinese" or "chinese" inside any folder called "MOP" or "mop"
thank you =)
Search for specific things in certain folders
Re: Search for specific things in certain folders
try:
Code: Select all
regex:\\mop\\chinese
Re: Search for specific things in certain folders
By default, Everything ignores case.
If you actually wanted "the word" (rather then the string), then use, \mop\ wfn:chinese or ww:chinese - depending on what you're looking for.
Code: Select all
\mop\ chinese
Re: Search for specific things in certain folders
I'm not quite sure what you are looking for. Are you searching for files or for folders or files + folders?aga3412 wrote:Hey everyone, can anyone help me with my request? I'd like to search for a certain word in certain folders in my hard drives.
Example: The word "Chinese" or "chinese" inside any folder called "MOP" or "mop"
thank you =)
Is "chinese" thecomplete name of that file/folder or just a part of it?
Anyway, try this:
- Enable Match Whole Word and Match Path (under Menu:Search )
- search for:
Code: Select all
*\mop\*chinese*