Ejemplo n.º 1
0
 /**
  * see http://php.net/manual/en/function.copy.php
  *
  * @param string $path1
  * @param string $path2
  * @return bool
  */
 public function copy($path1, $path2)
 {
     return $this->storage->copy($path1, $path2);
 }