rmdir

Just like std.file.rmdir, but takes a Path, and echoes if scriptlikeTraceCommands is true.

  1. void rmdir(Path!C pathname)
    void
    rmdir
    (
    C
    )
    ()
    if (
    isSomeChar!C
    )
  2. void rmdir(char[] pathname)

Meta