path_rel2abs {irace} | R Documentation |
Converts a relative path to an absolute path. It tries really hard to create canonical paths.
Description
Converts a relative path to an absolute path. It tries really hard to create canonical paths.
Usage
path_rel2abs(path, cwd = getwd())
Arguments
path |
( |
cwd |
( |
Value
(character(1)
) Character string representing the absolute path
Examples
path_rel2abs("..")
[Package irace version 3.5 Index]