Restricts the matching to files only.
$this
public function files() : static { $this->mode = Iterator\FileTypeFilterIterator::ONLY_FILES; return $this; }