Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get disk size and memory
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00856759
Message ID:
00856761
Views:
16
Try this:
fso = CREATEOBJ('Scripting.FileSystemObject')
oDrive = fso.GetDrive(fso.GetDriveName(fso.GetAbsolutePathName(YourDrive)))
? oDrive.TotalSize
HTH
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform