Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Check if Drive Exist
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00799116
Message ID:
00799173
Vues:
24
>Hi All,
>
>Is there any functions in VFP to check if a specific drive? For example, If I don't have H:\ on my pc, I want to display an error message. TIA

Another way is using the FileSystemObject object:
fso=CreateObject('Scripting.FileSystemObject')
? fso.DriveExists('A')
? fso.DriveExists('H')
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform