Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set path to
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00592093
Message ID:
00592118
Views:
19
This message has been marked as the solution to the initial question of the thread.
>Hi George, but they're different subfolders.
>ex: c:\hhh\jjj\forms, c:\hhh\jjj\prg...
>thank U

It doesn't matter and it will work. I have quite a long path statement and the following works fine
lcpath = SET('PATH')
SET PATH TO && Clear the path
? SET('PATH') && Displays nothing
SET PATH TO (lcpath)
? SET('PATH') && Displays the original path
One thing I note is that you're using commas rather than semi-colons to delimit the path in the above. If you're doing this in your program, it could be the cause of your problem.
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform