isFile {R.utils} | R Documentation |
Checks if the file specification is a file.
## Default S3 method: isFile(pathname, ...)
pathname |
A character string of the pathname to be checked. |
... |
Not used. |
Returns TRUE
if the file specification is a file, otherwise
FALSE
is returned.
Henrik Bengtsson (http://www.braju.com/R/)
To check if it is a directory see isDirectory
().
Internally file.info
() is used.