rmdirRecurse

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

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

Meta