Show only lowest subfolders?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Madma
Posts: 10
Joined: Fri Sep 15, 2017 2:53 pm

Show only lowest subfolders?

Post by Madma »

hello!

I'm trying to find a way to show only the last level of subfolders (meaning the last subfolders in the folder tree, which they contain only files), in a folder where each subfolder have a different number of subsubfolders, and subsubsubfolders, etc...

So for example
Folder A contains subfolders w,X,Y,Z each one having a different number of subfolders and levels.
A\w\wsub2\wsub3\wsub4\wsub5\file.txt
A\X\Xsub2\Xsub3\Xsub4\file.txt
A\Y\Ysub2\Ysub3\files.txt
A\Z\Zsub2\Zsub3\Zsub4\Zsub5\Zsub6\Zsub7\files.txt

Is there a way to make Everything start counting subfolders from the lowest up and filter out the higher ones?
That would mean showing only

wsub5\
Xsub4\
Ysub3\
Zsub7\

??

Thanks a lot for your help.
raccoon
Posts: 1015
Joined: Thu Oct 18, 2018 1:24 am

Re: Show only lowest subfolders?

Post by raccoon »

Hi Madma,

You can use the filter childfoldercount:0 to only display folders that do not contain other folders within them. This should naturally only display the bottom level folders.

[edited]
Madma
Posts: 10
Joined: Fri Sep 15, 2017 2:53 pm

Re: Show only lowest subfolders?

Post by Madma »

Thanks a lot for your help! It works perfectly!
Post Reply