mkdirRecurse

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

  1. void mkdirRecurse(PathT!C pathname)
  2. void mkdirRecurse(char[] pathname)
    void
    mkdirRecurse
    (
    in char[] pathname
    )

Meta