Example #1
0
 /**
  * Creates a new directory
  * @return null
  * @throws zibo\library\filesystem\exception\FileSystemException when the
  * directory could not be created
  */
 public function create()
 {
     $this->fs->create($this);
 }