Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does Directory Exist?
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00432356
Message ID:
00432662
Views:
21
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform