Environment.toAbsolute

Returns an absolute version of the provided path, where cwd is used as the prefix.

The provided path is returned as is if already absolute.

struct Environment
static
istring
toAbsolute
(
mstring path
)

Meta