Note: Once at the shopping cart web page, please fill the number into the quantity blank to purchase this product. (1 is default)
Click "Get It Now" Button above or below to activate this coupon code or deal. It's only valid on SoftCns.com If The Coupon Code Not Available Please bookmark this page first, and then clear the cookies of your browser. Lastly, restart your browser again or try to use another web browser, If you don't get it clearly, please visit Coupon Using Guide or send us expired.
Reviews
Average user rating: Excellent (/5)
Your Rating:
Traction Software Awards
Product Details
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");
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.