RXS_setTplDir
From Wiki
|
| User Guide |
Contents |
Description
Use this subprocedure when your application needs to temporarily change the template directory. The temporary value can be reset within a job by calling RXS_initTplEng. Note that this function does not change the RXSCFG physical file. Instead it stores the override value within the job.
Prototype
D RXS_setTplDir... D pr D pDir value like(RXS_FilePath)
Parameters
- pDir
- Specify the temporary directory to use for templates (e.g. /home/myname/template/)
Return value
None.
Notes / Examples
None.
