Example #1
0
 /**
  * @return bool
  */
 protected function driverClear()
 {
     return (bool) Directory::rrmdir($this->getPath(true));
 }