Exemplo n.º 1
0
 /**
  * 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);
 }