How do I get total files count like win explorer's folder property (alt+enter) Includes line's total number of files, for folders in the search result?
I tried Child Count, Child File Count, System.FileConut and System.TotalFileSize. the Child *Count columns only count files right under the folder but doesn't traverse into all levels of sub-folders. the win System.* columns are all empty
I didn't give Everything 1.5 Alpha admin access and had removed all volumes in the options because I only want to build index for selected folders only . not sure if that made any difference
column for total file count for folder in search result
-
WishingStars
- Posts: 14
- Joined: Mon Apr 06, 2026 12:31 am
Re: column for total file count for folder in search result
Please try the Descendant File Count property.
Child is direct children only.
Descendant includes subfolders.
Child is direct children only.
Descendant includes subfolders.
-
WishingStars
- Posts: 14
- Joined: Mon Apr 06, 2026 12:31 am
Re: column for total file count for folder in search result
thanks for the tip! the column name is very wide when compared to the values it holds, wish we could make column narrower with its texts in multi-line to save horizontal space for name and pathvoid wrote: Mon Apr 06, 2026 2:31 am Please try the Descendant File Count property.
Child is direct children only.
Descendant includes subfolders.
before I made this post, I had tried pretty much everything that showed up when searched Count and File (2 separate searches) in Add Columns..., but Descendant File Count never showed up.
I noticed Show advanced properties along with your tips. ticking that did the trick
Re: column for total file count for folder in search result
To rename the Descendant File Count name:
- Exit Everything (File -> Exit)
- Open your Everything.ini in the same location as your Everything.exe.
- Change the following line:
localization_strings=
to:
localization_strings=Descendant File Count=DFC - Save changes and restart Everything.
-
WishingStars
- Posts: 14
- Joined: Mon Apr 06, 2026 12:31 am
Re: column for total file count for folder in search result
that worked. thanksvoid wrote: Mon Apr 06, 2026 3:00 am To rename the Descendant File Count name:
- Exit Everything (File -> Exit)
- Open your Everything.ini in the same location as your Everything.exe.
- Change the following line:
localization_strings=
to:
localization_strings=Descendant File Count=DFC- Save changes and restart Everything.