Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Foxuser File

Status
Not open for further replies.

bboggessswcg

Programmer
Jun 6, 2003
34
US
Is there a way that I can tell Foxpro to store the Foxuser file it creates in a specific place? It currently stores it in the C: drive root. I want to change that path. Is this possible?
 
In you config.fpw file you can set location, example:

RESOURCE=C:\TEMP\FOXUSER.DBF

Mike Pastore

Hats off to (Roy) Harper
 
This will probably work, but I can not find the config file anywhere. Can anyone tell me where it can be found, or if I need to create it then where I can put it?
 
The default config.fpw should be in your vfp install path, do a search under \program files.

If you need to create one you can specify where it is when you start vfp by using the -c switch in your shortcut command line. See VFP on-line help for details.



Mike Pastore

Hats off to (Roy) Harper
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top