Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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


Code Block
XFRX#LISTENERObject.TMPFolder=string

Remarks

Applies To: XFRX#LISTENER


Examples

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

RELE m.loXFRX