CmdPath.prepend

Prepends the absolute base directory to "path" and joins the path.

struct CmdPath
istring
prepend
(
istring[] path...
)

Parameters

path istring[]

input path

Return Value

Type: istring

joined path with prepended absolute base directory

Meta