Function remove

Like std.file.remove, but supports Path, command echoing and dryrun.

void remove (
  const(Path) name
);

void remove (
  const(string) name
);