tryMkdirRecurse

If 'name' doesn't already exist, then mkdirRecurse. Otherwise, do nothing and return false.

Supports Path and command echoing.

bool
tryMkdirRecurse
(
T
)
()
if (
is(T == string) ||
is(T == Path)
)

Return Value

Type: bool

Success?

Meta