Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FOLDER does not exist
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00888629
Message ID:
00888637
Views:
9
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform