remove

Just like std.file.remove, but takes a Path, and echoes if scriptlikeTraceCommands is true.

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

Meta