path_abs

Resolve relative path to absolute

Parameters

Returns

The absolute path resolved against the current working directory.

Examples

path_abs("data.csv")          # => "/cwd/data.csv"
path_abs("/already/absolute") # => "/already/absolute"