public function copy(Io_Path $target_)
 {
     Io::directoryCopy($this->m_path, $target_->m_path);
     return $target_;
 }