Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tmp Files on Desktop ??!!
Message
 
To
29/04/2005 00:08:43
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Environment versions
Visual FoxPro:
FoxPro Dos
Miscellaneous
Thread ID:
01009552
Message ID:
01009559
Views:
9
>
>Does anyone else have experience with these spurious ".tmp" files and is there a solution to force these files into a specific directory so we can purge (clean up) these files?
>

In your CONFIG.FP file, you should have the following lines (using whatever directory is appropriate for your system):

EDITWORK=C:\TEMP
PROGWORK=C:\TEMP
SORTWORK=C:\TEMP
TMPFILES=C:\TEMP

I can't remember which of these are run-time things or development things (I'm sure EDITWORK is dev-related), but it doesn't hurt anything to have them there for a run-time CONFIG.FP file. These things can only be set via the CONFIG.FP file and nowhere else. If you don't specify them, they default to the startup directory, I believe.

--Brad
Previous
Reply
Map
View

Click here to load this message in the networking platform