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
char[]
toAbsolute
(
char[] path
)

Meta