Help for this page
$dir_name = "/home/mbond/temp"; mkdir($dir_name);
$dir_name = "mkdir c:/testdir"; system($dir_name);
system("mkdir c:/testdir");