The directory for internally generated temporary files.
When setting the directory, it is created if the specified path does not exist.
| Parameters: |
|
|---|---|
| Returns: |
|
| Examples: |
>>> cf.TEMPDIR()
'/tmp'
>>> old = cf.TEMPDIR('/home/me/tmp')
>>> cf.TEMPDIR(old)
'/home/me/tmp'
>>> cf.TEMPDIR()
'/tmp'