I was just using the standard Opus wildcard search.
So my filter right now is *.(config|txt)
which +does+ work (it only shows files with a config or txt extension), but it finds ALL those file in the named folder and all it's subfolders, which is what I don't want.
Just not sure how to prevent the search from recursing.
i looked through the Opus Wildcard search as well as the regex search docs and didn't see anything about controlling recursion during a search.
There could be other simpler ways, but this one should work: =return (Match(ext,"txt|config","pr") and StrCmp("C:\Program Files (x86)\Worksoft\Certify\Client",path) == 0);
I take the path from your screenshot, change it if it's not the one you're actually using.