The R Project SVN R

Rev

Rev 7324 | Rev 35339 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7324 Rev 24741
Line 1... Line 1...
1
\name{file.path}
1
\name{file.path}
2
\alias{file.path}
2
\alias{file.path}
3
\title{Construct Path to File}
3
\title{Construct Path to File}
4
\description{
4
\description{
5
 Construct the path to a file from components in a platform-independent way.
5
  Construct the path to a file from components in a platform-independent
-
 
6
  way.
6
}
7
}
7
\usage{
8
\usage{
8
file.path(\dots, fsep=.Platform$file.sep)
9
file.path(\dots, fsep = .Platform$file.sep)
9
}
10
}
10
\arguments{
11
\arguments{
11
 \item{\dots}{Character vectors}
12
  \item{\dots}{character vectors.}
12
 \item{fsep}{The path separator to use}
13
  \item{fsep}{the path separator to use.}
13
}
14
}
14
\value{
15
\value{
15
  A character vector of length one.
16
  A character vector of the arguments concatenated term-by-term and
-
 
17
  separated by \code{fsep} if all arguments have positive length;
-
 
18
  otherwise, an empty character vector.
16
}
19
}
17
\keyword{file}
20
\keyword{file}