Folders with this many subfolder's and files

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
CityguyUSA
Posts: 15
Joined: Wed Apr 15, 2015 4:10 am

Folders with this many subfolder's and files

Post by CityguyUSA »

If we can't see the result of the search doesn't that make it kind of pointless?

I'm searching for folders that have a lot of files. I seem to be able to return them but have no way of knowing if they're accurate or how many a folder actually has. You should give a column for the result of all search values. You also should ensure that the search types are set to return folders because it should never return files because we're talking about child items.
horst.epp
Posts: 1430
Joined: Fri Apr 04, 2014 3:24 pm

Re: Folders with this many subfolder's and files

Post by horst.epp »

CityguyUSA wrote: Tue Sep 24, 2024 6:39 pm If we can't see the result of the search doesn't that make it kind of pointless?

I'm searching for folders that have a lot of files. I seem to be able to return them but have no way of knowing if they're accurate or how many a folder actually has. You should give a column for the result of all search values. You also should ensure that the search types are set to return folders because it should never return files because we're talking about child items.
Using a search with "Folder: your_other_search_options" returns only folders.
Also, you can create custom columns as part of your search.
void
Developer
Posts: 16428
Joined: Fri Oct 16, 2009 11:31 pm

Re: Folders with this many subfolder's and files

Post by void »

Please provide your search.

I assume you are using child: ? Maybe childcount:? childfilecount: ?

Everything 1.5 will have support for the following optional columns:
Child Occurrence Count
Child Count
Child File Count
Descendant File Count
and more.
therube
Posts: 4879
Joined: Thu Sep 03, 2009 6:48 pm

Re: Folders with this many subfolder's and files

Post by therube »

Note that something like
folder: childfilecount:>999
will find folder that contain 1000 or more files (including in subdirectories ? not sure offhand).
So with that, you will know which folders have them.

If you want to see the count of files found, you can add the Property, 'Child File Count' which will then also display the actual number of files (along with the directory name).
void
Developer
Posts: 16428
Joined: Fri Oct 16, 2009 11:31 pm

Re: Folders with this many subfolder's and files

Post by void »

folder: childfilecount:>999
(including in subdirectories ? not sure offhand).
Direct child only (no subfolders)
Use descendantfilecount: for subfolders.
Post Reply