getWritablePathname.Arguments: Gets a writable pathname
Description
Gets a writable pathname.Usage
Arguments$getWritablePathname(..., overwrite=FALSE, mkdirs=TRUE)
Arguments
overwrite
If TRUE and overwrite is TRUE, existing
files are overwritten. Otherwise, and Exception is thrown. mkdirs
If TRUE, overwrite is TRUE, and the path to
the file does not exist, it is (recursively) created. Value
- Returns a
character string of the absolute pathname of the file.
If the argument was invalid an Exception is thrown.
synopsis
getWritablePathname.Arguments(static, ..., overwrite=FALSE, mkdirs=TRUE)