rmdirRecurse

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

  1. void rmdirRecurse(Path pathname)
  2. void rmdirRecurse(string pathname)
    void
    rmdirRecurse
    (
    in string pathname
    )

Meta