mkdirRecurse

Just like std.file.mkdirRecurse, but optionally takes a Path, and obeys scriptlikeEcho and scriptlikeDryRun.

  1. void mkdirRecurse(Path pathname)
  2. void mkdirRecurse(string pathname)
    void
    mkdirRecurse
    (
    in string pathname
    )

Meta