public function clear()
 {
     Io::directoryClear($this->m_path);
     return $this;
 }