Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dir exist? in FPW26
Message
 
 
À
26/01/2002 22:03:31
Koos Veel
Gamma Research
Aruba
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00611184
Message ID:
00611196
Vues:
22
Hi Koos,

I think you can use ADIR() function
DIMENSION laTemp[1]
lcDir = "C:\TEMP"
IF ADIR(laTemp, lcDir, "D") > 0
  * Directory exists
ELSE
  * Directory doesn't exist
ENDIF
>Hello,
>
>I have known it but forgot how to do it: Does anybody know (remember) how to check if a directory exists in FPW2.6 ?
>
>Thanks,
>
>Koos.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform