/**
  * @param string $path
  *
  * @return Folder|bool
  */
 public function getFolder($path = '')
 {
     return parent::getFolder($path);
 }