Page 1 of 1

Searching for multiple directory names

Posted: 2013-04-09, 10:19 UTC
by Tonny
With ALT+F7 is currently seems not to be possible to search for multiple directory names. For instance "release;debug" or "release*;debug*" does not find the existence of directory names "release" and "debug". Specially useful when you want to quickly delete those compiler target directories over many program and library directories. This search syntax is a handy and 'normal' Windows syntax for multiple directory names. Why does it not work?

Posted: 2013-04-09, 11:36 UTC
by MVV
Because it is non-standard in file managers. :wink:
TC with such syntax exists for many years.

You can use regex for your task: just search for debug|release with regex option enabled.

Posted: 2013-04-09, 22:38 UTC
by white
Try: release* debug*