mkdirs {R.utils}R Documentation

Creates a directory including any necessary but nonexistent parent directories

Description

Creates a directory including any necessary but nonexistent parent directories.

Usage

## Default S3 method:
mkdirs(pathname, ...)

Arguments

pathname A character string of the pathname to be checked.
... Not used.

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.


[Package R.utils version 1.1.1 Index]