Construct the path to a file from components / / paths in a platform-DEPENDENT way.

path.join(...)

Arguments

...

character vectors.

Details

When constructing a path to a file, the last absolute path is selected and all trailing components are appended. This is different from file.path() where all trailing paths are treated as components.

Value

A character vector of the arguments concatenated term-by-term and separated by "/".

Examples