System:File:createDirectory

From Aspen Documentation

Creates a new directory.

Since 1.0

Arguments

boolean createDirectory (string $path)

path
File system path to create a new directory.

Returns

Returns boolean.

Examples

Example:

$this->APP->file->createDirectory('/path/to/dir');