The R Project SVN R

Rev

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

Rev 68948 Rev 76969
Line 1... Line 1...
1
% File src/library/base/man/basename.Rd
1
% File src/library/base/man/basename.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2013 R Core Team
3
% Copyright 1995-2019 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{basename}
6
\name{basename}
7
\alias{basename}
7
\alias{basename}
8
\alias{dirname}
8
\alias{dirname}
Line 21... Line 21...
21
}
21
}
22
\arguments{
22
\arguments{
23
  \item{path}{character vector, containing path names.}
23
  \item{path}{character vector, containing path names.}
24
}
24
}
25
\details{
25
\details{
26
  For \code{dirname} \link{tilde expansion} of the path is done.
26
  \link{tilde expansion} of the path is done except on Windows.
27
 
27
 
28
  Trailing path separators are removed before dissecting the path,
28
  Trailing path separators are removed before dissecting the path,
29
  and for \code{dirname} any trailing file separators are removed
29
  and for \code{dirname} any trailing file separators are removed
30
  from the result.
30
  from the result.
31
}
31
}