Include 4 folders in a search filter?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Biff
Posts: 1155
Joined: Mon May 25, 2015 7:09 am

Include 4 folders in a search filter?

Post by Biff »

How can I in a search filter exclude all folders except of e.g. 4 on a special drive? Respectively include 4 folders in a search filter?

Image
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: Include 4 folders in a search filter?

Post by void »

Set the filter search to:
C:\folder1\|"c:\folder\folder 2\"|"c:\folder 3\"|"d:\folder\folder 4\"

Notes:
Add a trailing \ after each path you wish to include.
| = OR
Use double quotes to escape paths with spaces.
Only files and folders in the paths you specify will be shown in the results.
Biff
Posts: 1155
Joined: Mon May 25, 2015 7:09 am

Re: Include 4 folders in a search filter?

Post by Biff »

Many thanks,

Have got it working.

Many thanks again
Post Reply