/**
  * @param boolean $recursive_
  *
  * @return \Components\Io_Path
  */
 public function delete($recursive_ = false)
 {
     return Io::directoryDelete($this->m_path, $recursive_);
 }