JCL Help:PathAppend
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: PathAppend Function
Search in JCL Help
Search in all projects
Summary
Concatenates two paths.
Pascal
function PathAppend(const Path: string; const Append: string): string;
Parameters
Parameters | Description |
const Path: string | The base path to which Append is appended. This path optionally ends in a backslash. |
const Append: string | The path to append to the base path. This path may start with a backslash. |
Return Value
The concatenation of the two paths.
Description
PathAppend concatenates the two paths, separating the two with a backslash thereby preserving the correct syntax of a path.
About
Unit
Donator
Marcel van Brakel
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page