dot-selectPath: Returns an absolute path

Description Usage Arguments Value See Also

Description

Returns an absolute path

Usage

1
.selectPath(target, parent, default)

Arguments

target

The path to check if absolute.

parent

Name of the environment variable with parent folder candidate.

default

Default to use if target is null.

Value

target if it's already absolute, result of when_null() if target is null, or joined version of parent candidate stored in env_var and (relative) target.

See Also

Other path operations: .isAbsolute


databio/projectInit documentation built on May 23, 2019, 11:33 p.m.