Function tryMkdirRecurse
If 'name
' doesn't already exist, then mkdirRecurse. Otherwise do nothing.
Supports Path and command echoing.
Prototype
bool tryMkdirRecurse(T)( T name ) if (is(T == string) || is(T == Path));
Returns
Success?
Authors
Nick Sabalausky
Copyright
Copyright (C) 2014-2015 Nick Sabalausky
License
zlib/libpng