## Static method (use this):
## Arguments$getReadablePathname(file=NULL, path=NULL, mustExist=TRUE,
## absolutePath=FALSE, adjust=c("none", "url"), ...)## Don't use the below:
## S3 method for class 'Arguments':
getReadablePathname(static, file=NULL, path=NULL, mustExist=TRUE, absolutePath=FALSE,
adjust=c("none", "url"), ...)
character
string specifying the file.character
string specifying the path.TRUE
, the absolute pathname is returned.character
string of the absolute pathname of the file.file
or path
is NA
and mustExist
is FALSE
,
then (character) NA
is returned, otherwise an exception is thrown.*getWritablePathname()
filePath
.
For more information see Arguments
.