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