Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Temp files in my recent documents
Message
De
23/02/2004 05:02:34
 
 
À
23/02/2004 04:40:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00879840
Message ID:
00879842
Vues:
12
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform