Example #1
0
 /**
  * Deletes this file or directory
  * @return null
  * @throws zibo\library\filesystem\exception\FileSystemException when the
  * file or directory could not be deleted
  */
 public function delete()
 {
     $this->fs->delete($this);
 }