Returns the relative path of the main extension file, if any.
string|null
public function getExtensionPathname() : ?string { if ($this->filename !== null) { return $this->getPath() . '/' . $this->filename; } return null; }