JFolder::create
Create a folder -- and all necessary parent folders.
Signature
public function create([string
$path = '',
[integer
$mode = 0755]] )
Parameters
-
$path
- A path to create from the base path.
-
$mode
- Directory permissions to set for folders created. 0755 by default.
Returns
- boolean
- True if successful.