Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting current directory
Message
From
08/11/2010 15:23:57
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01431715
Message ID:
01488542
Views:
57
>>Never trust file()!
>>
>>?dir('\yourtable.dbf') && Will return true as long as yourtable.dbf is in your path!!
>>?adir(temp,'\yourtable.dbf')>0 && Will respect the path specified
>>
>>
>Can you elaborate, please? I tried to reproduce a problem on demand in IDE and I can not.

This message contains a big typo, when I meant file(), I accidentally wrote dir().

The problem with file() is when you use file() to check for a file in the root (directory or mapping). As long as the file is in the path, VFP will find it even if it's NOT in the root.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform