gettemppath()
Description
This function returns the appropriate temporary storage (TEMP) directory for
the operating system currently running and the user currently logged in.
In practice this is the user-specific TEMP directory in Windows and the
/tmp directory on Linux.
Prototype
gettemppath (
integer )
error
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| error | None | integer |


