Specify folder where temporary files will be created.
Code Block |
---|
Object.SetTMPFolder(tuVal) |
Parameters
tuVal
Specify folder where temporary files will be created - see to TMPFolder property.
Remarks
Applies To: oXFRX
XFRX version: 23 24.0
Examples
Code Block |
---|
= EVALUATE([xfrx("LOADRL")]) _Screen.oXFRX.SetTMPFolder("d:\temp\") |
...