file.path {base} | R Documentation |
Construct the path to a file from components in a platform-independent way.
file.path(..., fsep=.Platform$file.sep)
... |
Character vectors |
fsep |
The path separator to use |
A character vector of length one.