Name
mk_absolute_path — Make path absolute
Synopsis
mk_absolute_path path [rel]
Description
Converts a path to an absolute path and sets result
to the result. If path is already absolute, it
is returned verbatim. If it is relative, and rel
is specified, it is appended to it. If rel is
not specified, the current working directory is used instead.