Folder Size COM Component 1.00 details
Company: Traction Software [More Softs]
Release date: 2003-03-09
Last update: 2003-03-09
Price:49.95 $
License: Shareware
Platform: Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000
Language: English
File size: 933 KB

Rate this software:
Folder Size COM Component description
The com component will quickly tell you how much disk space a folder is taking up, this also includes subfolders under the root folder, ideal for web sites that serve document/image content.
Example .asp code included
simple ASP example of usage:-
Set Obj = Server.CreateObject("GETFOLDERSIZE.GetSize.1")
dim sz, files, folders
sz = Obj.GetSize("c:\inetpub\" )
files = Obj.files
folders = Obj.folders
