was searching for an Everything-function connected to this one here: viewtopic.php?f=5&t=9740
I am looking for a way to display folders exclusively on a specified depth of level (not first level per se). Say I have this drive E:\ with the deepest nesting at level five, then I want to be able to see folders at, say, level 4 ONLY and not at any other level.
I found out this is possible with powershell: Get-ChildItem E:\*\*\* -Directory
whereby the number of \* in the command determine the level depth.
Powershell is another 'tool' and this command produces an as yet unworkable list. I would like this function in a gui, preferably in Everything

Any suggestions as to how to produce such an advanced search?
Kind regards, kazzy