Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Temp files in my recent documents
Message
From
23/02/2004 04:40:39
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Temp files in my recent documents
Miscellaneous
Thread ID:
00879840
Message ID:
00879840
Views:
47
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
Next
Reply
Map
View

Click here to load this message in the networking platform