path_rel2abs: Converts a relative path to an absolute path. It tries really...

path_rel2absR 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

(character(1)) Character string representing a relative path.

cwd

(character(1)) Current working directory.

Value

(character(1)) Character string representing the absolute path

Examples

path_rel2abs("..")

irace documentation built on Oct. 23, 2022, 5:06 p.m.