mkdir.File: Creates a directory

Description Usage Value Author(s) See Also

Description

Creates a directory.

Usage

1
2
## S3 method for class 'File'
mkdir(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.