This function allows you to determine the complete path to the temp directory.
Parameter |
Type |
Description |
|---|---|---|
- |
- |
- |
The function returns the complete path to the temp directory of the JobRouter installation.
Example:
…
// Determining the path to the temp directory
$tempPath = $this->getFullTempPath();
…