Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get disk size and memory
Message
From
08/12/2003 12:21:29
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00856759
Message ID:
00856863
Views:
21
fso = CREATEOBJ('Scripting.FileSystemObject')
oDrive = fso.GetDrive(fso.GetDriveName(fso.GetAbsolutePathName(YourDrive)))
? oDrive.TotalSize

I paste this code in prg but not run. How it will be run?
I do not know about ApI
Previous
Reply
Map
View

Click here to load this message in the networking platform