Q: How to count contents of multiple folders
Hey guys,
I have been looking for the answer to my question for awhile now, maybe you guys can help.
Here on my screenshot I have multiple folders selected.
I am looking for a program or script that will tell me how many files are in the selected folders.
I came across this script but it will only count (1) folder, not multiple.
tell application "Finder"
count files of entire contents of (choose folder)
end tell
I have checked out Easy Find and couldnt get it to do what I want.
Thanks guys.
iMac, OS X Mavericks (10.9.5)
Posted on Feb 17, 2016 2:17 PM
Provided you did a Save As and put the script on your Desktop as a .scpt, .scptd, or .app, you can select the folders that you want to process, and then just double-click on the script, or application name on your Desktop. It will then process all folders that you selected, and give you a final file count.
Posted on Feb 17, 2016 6:12 PM
