Forum Moderators: coopster
I want to convert such string in an array , For example
array("FOLDER1" => array("subfolder1", "subfolder2" => array("sub_subfolder1","sub_subfolder12"), ...), "FOLDER2" => array("subfolder1"), ...etc)
How to accomplish this as it seems to be recursive.
Thanks in advance for the valueable tips and suggestions.