Function tryRmdirRecurse
If 'name' exists, then rmdirRecurse. Otherwise, do nothing and return false.
Supports Path and command echoing.
Prototype
bool tryRmdirRecurse(T)(
T name
)
if (is(T == string) || is(T == Path));
Returns
Success?
Authors
Nick Sabalausky
Copyright
Copyright (C) 2014-2016 Nick Sabalausky
License
zlib/libpng