Creates a new directory.
Since 1.0
boolean createDirectory (string $path)
Returns boolean.
Example:
$this->APP->file->createDirectory('/path/to/dir');