0 votes

Is it possible to exclude certain path in the Column Filter/file path?

I want to display everything except the file path: "c:\Test\Unnecessary\".

Or is the Column Filter only there to display certain search results.

by (345 points)

1 Answer

0 votes

Yes, you can use a Boolean expression, e.g.

NOT "C:\Test\Unnecessary"
by (30.1k points)
Thanks, this works great!
...