Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getfreediskspaceex
Message
 
 
To
04/04/2002 08:30:55
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00640820
Message ID:
00640822
Views:
20
>Does anyone know how to use the getfreediskspaceex api call from Foxpro?
>
>Technet has the code for VB, but it uses a struct, which I don't know how to translate.
>
>Thanks in advance
>
>Mike Williams

See Message #433969 or use WSH
oFso = CreateObject("Scripting.FileSystemObject")
oDrive = oFso.GetDrive("C:")
?oDrive.FreeSpace
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform