Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Working directory path
Message
From
15/12/2001 08:18:06
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
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:
00594788
Views:
25
>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

If you mean development time then in tools\options\file locations, set 'Search path' to have (this is preserved till next change even if you shut down if you choose 'Set as default') :

Forms;Class;Source;Graphics;Menus;Data;In;Out;Html;Help;Other

If you use this subdir schema for all of your projects all you need is to set your default to that dir once in command window as you switch. ie:

set defa to 'C:\Projects\MCP' && Quotes take care of embedded spaces if any

If you mean runtime (I doubt but might be) :
set default to (justpath(Application.ServerName))
set path to ;
("Forms;Class;Source;Graphics;Menus;Data;In;Out;Html;Help;Other")

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform