Arbortext Command Language > Functions by Alphabetical Listing > append_path
  
append_path
append_path (pathlist, dir[, prepend])
This function returns a string formed by concatenating the path list specified by pathlist and the directory specified by dir separated by the path list separator $PLS (a semicolon). If the optional argument prepend is specified and non-zero, dir is added to the beginning of the path list, removing any later occurrence of the directory. If prepend is zero or omitted and if dir is already present in the path list, pathlist is returned.