public final function withPath(string $path) : static { $clone = clone $this; $clone->path = $clone->file = $path; return $clone; }