tryRmdirRecurse

If 'name' exists, then rmdirRecurse. Otherwise, do nothing and return false.

Supports Path and command echoing.

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

Return Value

Type: bool

Success?

Meta