getReadablePathname.Arguments: Gets a readable pathname
Description
Gets a readable pathname.Usage
Arguments$getReadablePathname(file=NULL, path=NULL, mustExists=TRUE, absolutePath=TRUE, ...)
Arguments
mustExists
If TRUE, the pathname must exists and be readable,
otherwise an exception is thrown. If FALSE, no such test is
performed. absolutePath
If TRUE, the absolute pathname is returned. Value
- Returns a
character string of the absolute pathname of the file.
synopsis
getReadablePathname.Arguments(static, file=NULL, path=NULL, mustExists=TRUE, absolutePath=TRUE, ...)