private function acceptPrefix(string $filename) : bool { return $this->acceptSubString($filename, $this->prefixes, self::PREFIX); }