Specific folder properties software

Soldato
Joined
18 Oct 2002
Posts
10,258
Hi. I work with a lot of images within seperate folders, more often than not I need to know how many images are in a parent folder, but without clicking through all subfolders and checking is there a way to have specific properties.

I.e instead of it saying 41 files in 7 folders, can it say 27 images, 3 word documents, etc in 7 folders.

Thanks.
 
hehe sorry, its powershell. so if you replace the c:\temp with your directory and run it, it will do a count of all the files and their extensions. so you will get an output of something like

Count Name
----- ----
3 .txt
1
1 .htm
1 .msc
1 .bmp
 
if you have java installed, you could try jdiskreport.

http://www.jgoodies.com/downloads/jdiskreport/

it doesn't tell you how many subfolders there are but you can get a count of all the different file types like this...

jdisk.png
 
Back
Top Bottom