Function mkdir

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

void mkdir (
  const(Path) pathname
);

void mkdir (
  const(string) pathname
);