Please enable JavaScript to view this site.

Process Designer

Navigation: PHP API > Access default directories

Complete path to the output directory (getFullOutputPath)

Scroll Prev Top Next More

This function allows you to determine the complete path to the output directory.

Parameter

Type

Description

-

-

-

The function returns the complete path to the output directory of the JobRouter installation.

Example:

// Determining the path to the output directory

$outputPath = $this->getFullOutputPath();