Function tryRmdir

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

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

Supports Path and command echoing.

Returns

Success?