isFile: Checks if the file specification is a file
Description
Checks if the file specification is a file.Usage
## S3 method for class 'default':
isFile(pathname, ...)
Arguments
pathname
A character
string of the pathname to be checked. Value
- Returns
TRUE
if the file specification is a file, otherwise
FALSE
is returned.