Can someone help me with some code or instructions on how to walk recursively an array and when reaching the last element print the full path to it? A simple echo will work
You can add a third parameter which holds the actual path as String. At the end you can output it then.