Temporary working directory
Temporary working directories are used to cache files so that, for example, they can be created in their entirety without other applications accessing them in the meantime.
Furthermore, this approach eliminates the need to keep the data in main memory for the duration of the generation.
In Windows, the temporary working directory can be accessed via the %TEMP% environment variable (in File Explorer or at the command line) (e.g., %USERPROFILE%%/AppData/Local/Temp).
The Intrexx client stores items such as open processes in this directory. Process log files are stored there as XML files.
The Intrexx server typically uses other temporary directories, such as the "/tmp" directory in Installation directory or "internal/tmp" in Portal Directory for portals.