require_once "System.php";
bool System::mkDir (string $args)
bool System::mkDir
Creates directories.
string $args - the name of the directory/-ies to create
bool - TRUE for success
This function can be called statically.
mkdir man page