コード例 #1
0
ファイル: File.php プロジェクト: BGCX261/zibo-svn-to-git
 /**
  * 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);
 }