GetTempDirectory [IronPython]
Purpose
Get the pathname of the temporary directory provided by the scheduler for the current job. The pathname is an empty string if the scheduler does not provide a temporary directory for the current job.
Signature
GetTempDirectory(self)
Arguments (excluding self)
None.
Return Value
Returns a string containing the pathname of the temporary directory provided by the scheduler for the current job. Returns an empty string if no temporary directory is provided by the scheduler for the current job.
If the return value is an empty string, then the temporary directory specified on the command line or in the registry will be used.