What am I doing wrong,why can't I exclude specific folder?

Discussion related to "Everything" 1.5 Alpha.
Post Reply
vsub
Posts: 474
Joined: Sat Nov 12, 2011 11:51 am

What am I doing wrong,why can't I exclude specific folder?

Post by vsub »

There is a folder called games and there is other folder in the directory where the games folder is
I type
switch\data\ !the folder name
This excludes any folder name I type but if I type games,Everything clears the whole list of results
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: What am I doing wrong,why can't I exclude specific folder?

Post by void »

Do you have Match Path enabled under the main Search menu?

-If so, is games found anywhere in the entire full path? -All files/folders will be excluded if games is found anywhere in the full path.

Please try the following search:
switch\data\ !nopath:games

Does this return the expected results?

no-path:



Please also consider the following search:

switch\data\ !switch\data\**\games\**

This might be useful if you are trying exclude a subpath (path contains a \), for example:

switch\data\ !switch\data\**\games\subfolder\**
vsub
Posts: 474
Joined: Sat Nov 12, 2011 11:51 am

Re: What am I doing wrong,why can't I exclude specific folder?

Post by vsub »

Ah yes,the full path does include "games" and "switch" is a sub folder
This worked
switch\data\ !switch\data\games
thanks
Post Reply