hutils (version 1.5.0)

provide.dir: Provide directory

Description

Provide directory. Create directory only if it does not exist.

Usage

provide.dir(path, ...)

Arguments

path

Path to create.

...

Passed to dir.create.

Value

path for success. Or the empty string character(1) if failures.