Folders are ambidextrous, but not when Excludes are involved

Discussion related to "Everything" 1.5 Alpha.
Post Reply
therube
Posts: 4952
Joined: Thu Sep 03, 2009 6:48 pm

Folders are ambidextrous, but not when Excludes are involved

Post by therube »

Folders are ambidextrous, but not when Excludes (& I suppose, Includes) are involved.
Excludes are not ambidextrous.


You can add a folder,
c:/tmp/
or
c:\tmp\
.
Both are accepted & show files/directories within c:/tmp/.

Though if you add an Exclude, say
c:\tmp\atheros\
, the Exclude must use back-slashes (\).
And, the Exclude only works if you had also used back-slashes in the (above) folder name, so only with
c:\tmp\
.
void
Developer
Posts: 16665
Joined: Fri Oct 16, 2009 11:31 pm

Re: Folders are ambidextrous, but not when Excludes are involved

Post by void »

Exclude filters are strict.

/ and \ must match exactly.
Post Reply