rmdir

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

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

Meta