getAbsolutePath: Gets the absolute pathname string
Usage
## S3 method for class 'default}(pathname, workDirectory=getwd(), expandTilde=FALSE, ...)':
getAbsolutePathundefined
Gets the absolute pathname string.
- pathname{A
character string of the pathname to be converted into
   an absolute pathname.}
 - workDirectory{A
character string of the current working directory.}
 - expandTilde{If
TRUE, tilde (~) is expanded to the
   corresponding directory, otherwise not.}
 - ...{Not used.}
Returns a
character string of the absolute pathname.
[object Object]
isAbsolutePath().
IO
programming