Example #1
0
 /**
  * Copy this file
  * @param File $destination
  * @return null
  * @throws zibo\library\filesystem\exception\FileSystemException when the
  * file could not be copied
  */
 public function copy(File $destination)
 {
     $this->fs->copy($this, $destination);
 }