Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Check for existence of folder
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00571638
Message ID:
00571642
Vues:
29
This message has been marked as the solution to the initial question of the thread.
>Hi all. I would like to know the best way to ensure that a folder exists on a user's machine. Specifically, I need to ensure the existence of c:\test and create the folder if it does not already exist.
>
>Suggestions?
>
>TIA

if not directory('c:\test')
md c:\test
endif
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform