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