Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Checking If Drive A: Is Ready
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00704042
Message ID:
00704045
Vues:
20
>How do I determine if drive A: has a disk in it>

Here is some code from George Tasker that uses the Windows Script Host.
oFSO = CREATEOBJECT("Scripting.FileSystemObject")
oDrive = oFSO.GetDrive("A:")
? oDrive.IsReady
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform