$this
public function attachFromPath(string $path, ?string $name = null, ?string $contentType = null) : static { return $this->addPart(new DataPart(new File($path), $name, $contentType)); }