Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get disk size and memory
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00856759
Message ID:
00856863
Vues:
22
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform