Name
AppendPath -- append path to another path (V5.0)
Synopsis
AppendPath(id, src)
Function
This function appends the path specified in src to the end of the path specified in id. All path data is copied so that you can free the src path after the append operation.

Inputs
id
identifier of path that shall be modified
src
identifier of path that shall be appended

Show TOC