dot-selectPath.RdReturns an absolute path
.selectPath(target, parent, default)
| 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. |
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.
Other path operations: .isAbsolute