public function copyTo($destination) { Filesystem::checkSafety($destination); copy($this->path, $destination); }