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