General discussion related to "Everything".
Xbamp72
Posts: 2 Joined: Tue Jan 10, 2023 1:23 pm
Post
by Xbamp72 » Tue Jan 10, 2023 2:03 pm
As shown in the picture, I have entered the folder [
class1 ],
I need to filter in the innermost subfolder (class4 ) , but [
class4] has many parent folders (
class3 ), and even [
class3 ] has thousands of parent folders (
class2 )...
so what should i do now?
Skodd
Posts: 23 Joined: Wed May 11, 2022 9:15 am
Post
by Skodd » Tue Jan 10, 2023 11:16 pm
depth: should do the trick I believe
raccoon
Posts: 1017 Joined: Thu Oct 18, 2018 1:24 am
Post
by raccoon » Wed Jan 11, 2023 12:56 am
childfoldercount:0 -- Folders that have no folders inside of them, have a child-folder-count of 0.
Xbamp72
Posts: 2 Joined: Tue Jan 10, 2023 1:23 pm
Post
by Xbamp72 » Mon Jan 16, 2023 7:35 pm
raccoon wrote: ↑ Wed Jan 11, 2023 12:56 am
childfoldercount:0 -- Folders that have no folders inside of them, have a child-folder-count of 0.
It works, very useful and helped me a lot, Thank you! I didn't realize the
count could be 0 when I saw this command earlier