mkdirs
From R.utils v0.5.5
by Henrik Bengtsson
Creates a directory including any necessary but nonexistent parent directories
Creates a directory including any necessary but nonexistent parent directories.
Usage
## S3 method for class 'default}(pathname, ...)':
mkdirsundefined
- pathname
{A character
string of the pathname to be checked.}
- ...
{Not used.}
Returns TRUE
if the directory was succesfully created,
otherwise FALSE
.
Note that if the directory already exists, FALSE
is returned.
[object Object]
Internally dir.create
() is used.
IO
programming
Community examples
Looks like there are no examples yet.