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.
Show only lowest subfolders?
Re: Show only lowest subfolders?
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]
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]
Re: Show only lowest subfolders?
Thanks a lot for your help! It works perfectly!