CmdPath.prepend

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

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

Parameters

path string[]

input path

Return Value

Type: string

joined path with prepended absolute base directory

Meta