System::mkDir

System::mkDir -- create directories

Synopsis

require_once "System.php";

bool System::mkDir (string $args)

Description

Creates directories.

Parameter

Return value

bool - TRUE for success

Note

This function can be called statically.

See

mkdir man page