Download v1.01  3.34mb
Download Link

Other Products Available
Menu Links
News

Buy/Register
Trial Restrictions

Full Features List
Known Issues/Bugs
Forum
Contact

Main Features
1. Supports Windows 95, 98, ME, NT4 & Windows 2000, XP, Vista, 2003, Windows 7 & 2008.
2. Calculates disk space usage for a folder and subfolders.
3. Also reports number of files.
4. Also reports number of folders.
5. Full installer
6. Written in VC++ for ultimate speed
7. Example ASP Application included.

What's new ?
v1.01
6th January 2005
1. changed trial restrictions to < 50 meg.
2. added more examples in vs,vb & .net

  What is Folder Size COM Component ?

Folder Size COM Component is for ASP, ASP.NET, Cold Fusion, VB, VC,PHP and other languages.

The com component will quickly tell you how much disk space a folder is taking up and how many subfolders it contains and the number of files, this also includes subfolders under the root folder, ideal for web sites that serve document/image content.
Example .asp code included

example .asp, vb, .NET & vc++ code included

simple ASP example of usage:-

Set Obj = Server.CreateObject("GETFOLDERSIZE.GetSize.1")
dim sz, files, folders
sz = Obj.GetSize("c:\yourfolder" )

files = Obj.files
folders = Obj.folders

simple VC++ example of usage:-

GETFOLDERSIZELib::IGetSizePtr *test = new GETFOLDERSIZELib::IGetSizePtr( __uuidof(GETFOLDERSIZELib::GetSize) );
double long fz = (*test)->GetSize((char *)(_bstr_t)"c:\\yourfolder");
 

simple VB example of usage:-

Dim obj As GETFOLDERSIZELib.GetSize
Set obj = New GETFOLDERSIZELib.GetSize
GetFolderSize = CStr(obj.GetSize("c:\\yourfolder"))

simple ASP .NET using C# example of usage:-

GetFolderSize.GetSize f = new GetFolderSize.GetSize();
int fz = f.get_GetSize("C:\\yourfolder");



 

Folder Size COM Component

 

Calculates disk space usage

 

Supports files over 2gb

 

Reports on number of files

 

Reports on number of folders

 

Batch List processing

 

Retains PDF Version

 

Supports all COM compatible languages

 

Examples in ASP, VB, PHP, ColdFusion, .NET & VC++

 

Written in C++ for ultimate speed

 

Run on 64bit machines in 32bit mode