ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

Does any folder in tree have more than one file in it?

<< < (4/7) > >>

highend01:
Try this...

No threading for the scan, Cancel button is therefore useless atm...

nkormanik:
@c.gingerich.  Hope to see you back, Chris.  Either on this one, or the next.  Thanks for your skilled efforts!

Nod5:
Not a script but the file search tool Everything supports the syntax to find all folders that contain a specific number of files

--- Code: Text ---childfilecount:<count>See https://www.voidtools.com/support/everything/searching/
You can combine that with restricting the search to some base folder and negate the syntax (to show only folders that contain not 1 file) and only list the matching folders in the results view.

--- Code: Text ---"C:\base folder\" !childfilecount:1 folder:

chashnniel:
This is what TC(with its plugin dirsizecalc) do.

4wd:
Not a script but the file search tool Everything supports the syntax to find all folders that contain a specific number of files

--- Code: Text ---childfilecount:<count>See https://www.voidtools.com/support/everything/searching/
You can combine that with restricting the search to some base folder and negate the syntax (to show only folders that contain not 1 file) and only list the matching folders in the results view.

--- Code: Text ---"C:\base folder\" !childfilecount:1 folder:-Nod5 (March 02, 2019, 05:04 AM)
--- End quote ---

Now that is an excellent idea  :Thmbsup:

Wonder if you can 'and' in a not 0 file count also?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version