Page 1 of 1

Hide Empty Folders

Posted: 09 Feb 2016 00:59
by Redbeard
Hi,
Is there a way to filter (hide) empty folders? I see how to show only empty folders but nothing about how to hide them. I'd like to set this to a toggle button.

TIA :tup:

Re: Hide Empty Folders

Posted: 19 Feb 2016 18:33
by admin
How do you show only empty folders?

Re: Hide Empty Folders

Posted: 19 Feb 2016 18:56
by bdeshi
I think

Code: Select all

?prop:#empty:2

Re: Hide Empty Folders

Posted: 19 Feb 2016 19:06
by admin
OK; then this shows all items that are not empty folders.

Code: Select all

?!prop:#empty:2
But I don't think this is what he wants. :) It's not possible with Visual Filters I think. The "size:" selector just works for files.

Re: Hide Empty Folders

Posted: 20 Feb 2016 23:26
by eil
Ghost Filters could do that but it only works with names..

Re: Hide Empty Folders

Posted: 27 Feb 2016 14:43
by Redbeard
Thanks for the help.