TileConvPath {TileShuffle} | R Documentation |
Converts relative to absolute paths.
TileConvPath(filename)
filename |
A character vector of one or more relative
filenames. Note that absolute paths will not be changed. |
Converts a given character
vector
of relative path to absolute
paths in their canonical form by use of the current working directory and
some path normalizations, i.e., no ./, ../ nor symbolic links under unix.
A character
vector
of same length as filename
of absolute paths in their canonical form.