Folder Size Information in the Windows EXPLORER Detail View
In a day to day life when one wants to know the size of the folder, you have to right click on the folder name and has to choose the properties. Using this DLL one can view the folder size as one of the column of the Explorer as shown in the image. You can download the DLL ( its zipped ) and register it using the command "regsvr32 Path of the unzipped DLL". e.g., Regsvr32 c:\DirSize.DLL, if the DLL is present in C:
This DLL is courtesy of Sharan Basappa
Comments