Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to check, if a Directory exist?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00016354
Message ID:
00016465
Views:
51
>>Any one know how to check if a directory exist in VFP5.0. The API of windows 95 must have a function call to do this.
>>
>>I like to sub-classe the function.
>
>I use for this simple function called CheckDir
>lparameter lcDirToFind
>local lnIsDir
>lnisDir=aDir(awhat,lcDirToFind,"D")
>return lnIsDir
>
>so you can use code like this:
>
>if CheckDir("data\myfilesdir")=0
>  * do something if directory exists...
>else
>  * do something if directory does not exist...
>endif
>
>
>Nick
Thank you ! :)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform