Download v1.01  3.34mb
Download Link 1

Other Products Available
Menu Links
News

Register
Trial Restrictions

Full Features List
Known Issues/Bugs
Forum
Contact

Main Features
1. Supports Windows 95, 98, ME, NT4 & Windows 2000, XP & 2003.
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

  LATEST NEWS - 6th January 2005

What is Folder Size COM Component ?

Folder Size COM Component is for ASP, Cold Fusion, VB, VC 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");



Save Time with SFV Checker, ensure your multi-volume file archives are complete and accurate!



Correct Naming
 Rename multi- archives on the fly, e.g. Correct file naming for .001, .002, .003 files into .rar, .r00, r01 files.

 



HTML Help
 Full help with walk-thru guide.