mkdir

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

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

Meta