remove

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

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

Meta