mkdir

Just like std.file.mkdir, but echoes if scriptlikeTraceCommands is true.

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

Meta