Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SET PATH in VFP 5.0 doesn't work ??
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
SET PATH in VFP 5.0 doesn't work ??
Miscellaneous
Thread ID:
00015976
Message ID:
00015976
Views:
81
I issue the following commands in my main program

lcDefault = SYS(5) + SYS(2003)
SET DEFAULT TO (lcDefault)
CD (lcDefault)
lcPath = lcDefault + '\data'
SET PATH TO (lcPath)

When I run the program under the VFP IDE, everything works as it should.
However, when I make an EXE, move the EXE to a new directory, place a copy
of the \DATA inside the new directory, and run the EXE, the EXE works with
the original \DATA directory - not the \DATA subdirectory that is located
within the same directory as the EXE.

What am I doing wrong?

Thanx in advance.
Next
Reply
Map
View

Click here to load this message in the networking platform