Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Specifying tmpfile location in vfp
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00321131
Message ID:
00321135
Views:
17
>I want to specify the location of the temp files, using a configuration file for vfp.But vfp seems to be picky about the syntax, and microsoft help seems not to contain any examples of doing this (grumble, grumble).
>
>The Microsoft help says the syntax is
>TMPFILES drive
>
>is it
>
>TMPFILES c:\temp
>TMPFILES c:\temp\
>TMPFILES 'c:\temp'
>TMPFILES = c:\temp
>TMPFILES = 'c:\temp'
>set TMPFILES c:\temp

It's

TMPFILES=C:\temp\

in the configuration file (config.fpw or whatever you call it).
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform