Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FOLDER does not exist
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00888629
Message ID:
00888637
Vues:
11
Yep, the DIRECTORY() function worked perfectly. Thanks!
WAIT WINDOW "CD C:\PATIENTS..."
IF NOT DIRECTORY("C:\PATIENTS\TEMP", 1)
	WAIT WINDOW "Here is the current directory: " + CURDIR()
	WAIT WINDOW "Create new directory \Temp."
	MD TEMP
ELSE
	WAIT WINDOW "DIRECTORY TEMP ALREADY EXISTS"
ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform