Function tryMkdir

If 'name' doesn't already exist, then mkdir. Otherwise, do nothing and return false.

Supports Path and command echoing.

Prototype

bool tryMkdir(T)(
  T name
)
if (is(T == string) || is(T == Path));

Returns

Success?

Authors

Nick Sabalausky

Copyright

Copyright (C) 2014-2017 Nick Sabalausky

License

zlib/libpng