isDirectory.Rd
Checks if the file specification is a directory.
# S3 method for default
isDirectory(pathname, ...)
A character
string of the pathname to be checked.
Not used.
This function follows symbolic links (also on Windows) and returns a value based on the link target (rather than the link itself).