Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Working directory path
Message
From
14/12/2001 15:09:03
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
14/12/2001 15:00:02
John Marrone
Bloodstock Research Inc.
Lexington, Kentucky, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00594593
Message ID:
00594601
Views:
26
>Can someone please tell me how to make sure foxpro knows where my files are
>if I have a dir like this. C:\Projects\MCP then subs under MCP of Forms, Class,
>Source, Graphics, Menus, Data, In, Out, Html, Help, Other.
>I would of thought that a SET PATH TO C:\Projects\MCP would of done it.
>Any ideals. What about SET DEFAULT TO or ????????. Thanks

You need to specify each subfolder (subdirectories) separately. Subfolders aren't included automatically.

What I would do is:
cd c:\projects\mcp
set path to source,graphics,data,...
Note the relative paths. This makes it easy to later use the same directory structure again in another project, with another base folder.

HTH, Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform