Function tryRmdirRecurse
If 'name' exists, then rmdirRecurse. Otherwise, do nothing and return false.
bool tryRmdirRecurse(T)
(
T name
)
if (is(T == string) || is(T == Path));
Supports Path and command echoing.
Returns
Success?