The R Project SVN R

Rev

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

Rev 74350 Rev 76964
Line 1... Line 1...
1
% File src/library/base/man/files.Rd
1
% File src/library/base/man/files.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-2014 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{files2}
6
\name{files2}
7
\alias{dir.create}
7
\alias{dir.create}
8
\alias{dir.exists}
8
\alias{dir.exists}
Line 100... Line 100...
100
 
100
 
101
  How modes are handled depends on the file system, even on Unix-alikes
101
  How modes are handled depends on the file system, even on Unix-alikes
102
  (although their documentation is often written assuming a POSIX file
102
  (although their documentation is often written assuming a POSIX file
103
  system).  So treat documentation cautiously if you are using, say, a
103
  system).  So treat documentation cautiously if you are using, say, a
104
  FAT/FAT32 or network-mounted file system.
104
  FAT/FAT32 or network-mounted file system.
-
 
105
  
-
 
106
  See \link{files} for how file paths with marked encodings are interpreted.  
105
}
107
}
106
\value{
108
\value{
107
  \code{dir.exists} returns a logical vector of \code{TRUE} or
109
  \code{dir.exists} returns a logical vector of \code{TRUE} or
108
  \code{FALSE} values (without names).
110
  \code{FALSE} values (without names).
109
  
111