Skip to content

Commit 21838f6

Browse files
author
ripley
committed
clarifications
git-svn-id: https://svn.r-project.org/R/trunk@87463 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 07f2802 commit 21838f6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/library/base/man/files2.Rd

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% File src/library/base/man/files.Rd
22
% Part of the R package, https://www.R-project.org
3-
% Copyright 1995-2023 R Core Team
3+
% Copyright 1995-2024 R Core Team
44
% Distributed under GPL 2 or later
55

66
\name{files2}
@@ -24,7 +24,8 @@ Sys.umask(mode = NA)
2424
}
2525
\arguments{
2626
\item{path}{a character vector containing a single path name. Tilde
27-
expansion (see \code{\link{path.expand}}) is done.}
27+
expansion (see \code{\link{path.expand}}) is done. Necessarily a
28+
non-empty string.}
2829
\item{paths}{character vectors containing file or directory paths. Tilde
2930
expansion (see \code{\link{path.expand}}) is done.}
3031
\item{showWarnings}{logical; should the warnings on failure be shown?}
@@ -106,7 +107,8 @@ Sys.umask(mode = NA)
106107
system). So treat documentation cautiously if you are using, say, a
107108
FAT/FAT32 or network-mounted file system.
108109

109-
See \link{files} for how file paths with marked encodings are interpreted.
110+
See the help on \link{files} for how file paths with marked encodings
111+
are interpreted.
110112
}
111113
\value{
112114
\code{dir.exists} returns a logical vector of \code{TRUE} or

0 commit comments

Comments
 (0)