Advanced find folders two levels deep?

Is there a way to find folders two levels deep?

Try this

image

with this for the regex:

^.:\\[^\\]+\\[^\\]+$

That works great. Thanks so much :smile: