Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Does Directory Exist?
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00432356
Message ID:
00432662
Vues:
23
You don't need to use the Win API for this, as you can check if a directoy exists by using the DIRECTORY() function in VFP6.

Like So.

IF DIRECTORY('C:\TEMP')
? "Directory Exists"
ELSE
? "Directory Not Found"
ENDIF


Simon.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform