remove

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

  1. void remove(PathT!C name)
  2. void remove(char[] name)
    void
    remove
    (
    in char[] name
    )

Meta