Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SET PATH
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00169071
Message ID:
00169072
Views:
18
Steve,

It sounds like you're confusing SET PATH and SET DEFAULT (or CD). SET PATH works just like the path in DOS. It tells VFP where to look for files but it doesn't change your current directory. You can use ?SET('PATH') to return the current path. Use SET DEFAULT or CD to change the current directory. That change will be reflected by CURDIR().

>Season's Greetings
>
>I have the following statements.
>
>Set Path to "C:\SALESORD\DATA"
>Wait Window CurDir()
>
>In the wait window, this statment showed '\salesord' excluding the 'data' subdirectory. What do I have to do in order to make sure that it is including the 'data' subdirectory. ( '\salesord\data' )? Any help or suggestion is appreciated.
>
>Steve
Previous
Reply
Map
View

Click here to load this message in the networking platform