Function tryRmdir

If 'name' exists, then rmdir. Otherwise, do nothing and return false.

Supports Path and command echoing.

Prototype

bool tryRmdir(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