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:
Hi, Is there a way to exclude a directories by part of the name, for example, directory name is: webpage1_files
Can all directories ending with _files to be excluded? How to do it in "Multiple folders" options? Not in "Search filters off/on".
I tried with :bool:_files, and some other options but didn't work.
It looks like you were almost there. You should be able to do something as simple as:
C:\Search\Root;-_files
The '-' prefix is the key to exclude any sub-path with the term '_files' in it.
More information:
The :bool: prefix is for when you want to specify the filter as a Boolean expression, e.g.
C:\Search\Root;-:bool:_files OR _folders