/**
  * {@inheritdoc).
  */
 public function mkdir($dst, $name)
 {
     $this->dispatcher->dispatch('elfinder.' . __METHOD__, new ElFinderEvent(func_get_args()));
     return $this->driver->mkdir($dst, $name);
 }