Function tryMkdirRecurse
If 'name' doesn't already exist, then mkdirRecurse. Otherwise, do nothing and return false.
bool tryMkdirRecurse(T)
(
T name
)
if (is(T == string) || is(T == Path));
Supports Path and command echoing.
Returns
Success?