isAbsolutePath.Rd
Checks if this pathname is absolute.
# S3 method for default isAbsolutePath(pathname, ...)
A character string of the pathname to be checked.
character
Not used.
Returns a TRUE if the pathname is absolute, otherwise FALSE.
TRUE
FALSE
Henrik Bengtsson