API17

API17:JFolder::create

From Joomla! Documentation

Joomla 11.1 JFolder::create

Description

Create a folder -- and all necessary parent folders.


public static function create (
        $path= ''
        $mode=0755
)
Parameter Type Default Description
$path string A path to create from the base path.
$mode int 0755 Directory permissions to set for folders created.

See also


User contributed notes

Code Examples