$getTreePath

Returns the treepath of the branches specified by their ids.
Syntax
    $getTreePath{branchID_1}{branchID_2} ... {branchID_n}
DocumentationReturns the treepath of the branches specified by their ids:

    Parameters:
      branchID_1 through branchID_n, the ids of the branches whos tree paths are requested.
    Returns:
      a '$\ ' separeted list of the tree paths of the branches specified by the given ids.
Examples
    $forEach{i}
      {
      $getTreePath {$getRoot{}}
      }
        {}

    Result:
    if variable i applies, get tree path of the root branch ID
GroupBranch
Minimum required transaction-mode:READ
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters0
Maximum parameters 0