コード例 #1
0
ファイル: BaseHandler.php プロジェクト: hiqdev/hidev
 /**
  * Creates directory if not exists.
  * @param string $path
  * @return bool true if directory did not exist and was created
  */
 public function mkdir($path)
 {
     return FileHelper::mkdir($path);
 }