remove

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

  1. void remove(Path name)
  2. void remove(string name)
    void
    remove
    (
    in string name
    )

Meta