Function mkdirRecurse

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

void mkdirRecurse (
  const(Path) pathname
);

void mkdirRecurse (
  const(string) pathname
);