Welcome to the Mythicsoft Q&A site for:

- Agent Ransack
- FileLocator Lite
- FileLocator Pro

Please feel free to ask any questions on these products or even answer other community member questions.

Useful Links:

- Contact Us
- Help Manuals
- Mythicsoft Home
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 (29.1k points)
Thanks, this works great!
...