Rev 42333 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/base/man/file.path.Rd% Part of the R package, http://www.R-project.org% Copyright 1995-2007 R Core Development Team% Distributed under GPL 2 or later\name{file.path}\alias{file.path}\title{Construct Path to File}\description{Construct the path to a file from components in a platform-independentway.}\usage{file.path(\dots, fsep = .Platform$file.sep)}\arguments{\item{\dots}{character vectors.}\item{fsep}{the path separator to use.}}\value{A character vector of the arguments concatenated term-by-term andseparated by \code{fsep} if all arguments have positive length;otherwise, an empty character vector.}#ifdef windows\note{The components are separated by \code{/} (not \code{\\}) on Windows.}#endif\keyword{file}