This help topic is for R version 1.5.0. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/file.path.html
file.path {base}R Documentation

Construct Path to File

Description

Construct the path to a file from components in a platform-independent way.

Usage

file.path(..., fsep=.Platform$file.sep)

Arguments

...

Character vectors

fsep

The path separator to use

Value

A character vector of length one.


[Package base version 1.5.0 ]