* Filters were not earlying out of recursive directory searches in cases where a directory partially matched a file specification.
* Trailing file wildcards would match against directory names, so -/Something* would exclude /Something/...
* Path specifications starting with ... would have an additional ... token appended.
[CL 2497897 by Ben Marsh in Main branch]