Function rmdir

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

void rmdir (
  const(Path) pathname
);

void rmdir (
  const(string) pathname
);