TMPFolder Property

Folder where temporary files will be created. If blank, the temporary files will be created in Visual FoxPro Temporary Path. 


Object.TMPFolder=string

Remarks

Applies To: XFRX#LISTENER


Examples

m.loXFRX = EVALUATE([xfrx("XFRX#LISTENER")])
m.loXFRX.TMPFolder="c:\temp\myfolder\"

RELE m.loXFRX