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