Function rmdirRecurse

Like std.file.rmdirRecurse, but supports Path, command echoing and dryrun.

void rmdirRecurse (
  const(Path) pathname
);

void rmdirRecurse (
  const(string) pathname
);