Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Temp files in my recent documents
Message
From
23/02/2004 05:02:34
 
 
To
23/02/2004 04:40:39
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00879840
Message ID:
00879842
Views:
13
Hi Tim,

Check your config.fpw file, it should include a line TEMPFILES=xxx where xxx is where you want your tempfiles to go, typically c:\temp.

>Hi I noticed that when I run the following code:
>
>lcTempFile=GetTmpFile("tmp","rtf")
>STRTOFILE(lcText,lcTempFile)
>IF FILE(lcTempFile)
> APPEND GENERAL &cMemoName FROM (lcTempFile) CLASS "RICHTEXT.RICHTEXTCTRL.1"
> DELETE FILE (lcTempFile)
>ENDIF
>
>I get the tmp file in "my recent documents" is there any way to prevent this from happening?
>
>BR
>Tim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform