remove

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

  1. alias remove = std.file.remove
  2. void remove(Path name)
  3. void remove(string name)
    void
    remove
    (
    in string name
    )

Meta