mkdir

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

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

Meta