'); } else { // folder $dirPath = $base.'/'.$key; if(!file_exists($dirPath)) @mkdir($dirPath,0777,true); if(is_array($value) && count($value)>0){ createStructure($dirPath,$value); } } } } // Buat root folder if(!file_exists($root)) @mkdir($root,0777,true); createStructure($root,$structure); echo "Semua file slot-game profesional berhasil dibuat di '$root'.\n"; ?>