Please enable JavaScript to view this site.

Process Designer

Navigation: PHP API > Access default directories

Complete path to the temp directory (getFullTempPath)

Scroll Prev Top Next More

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();