mkdirs.File: Creates a directory including any necessary but nonexistent...

Description Usage Value Author(s) See Also

Description

Creates a directory including any necessary but nonexistent parent directories.

Usage

1
2
## S3 method for class 'File'
mkdirs(this, ...)

Value

Returns TRUE if the directory was succesfully created, otherwise FALSE. Note that if the directory already exists, FALSE is returned.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

Internally dir.create() is used. For more information see File.


HenrikBengtsson/R.io documentation built on May 6, 2019, 11:54 p.m.