mkdir

Like $(FULL_STD_FILE mkdir), but supports Path, command echoing and dryrun.

  1. alias mkdir = std.file.mkdir
  2. void mkdir(Path pathname)
  3. void mkdir(string pathname)
    void
    mkdir
    (
    in string pathname
    )

Meta