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