I want to recursively traverse my "favorites" directories and extract the information about the documents in them... Essentially in real time do what the export wizard in IE does. Is there a way to extract this information using PHP? My end objective is to build a web page that goes in a frame of my web site and provides navigation of "my favorites" for everyone to use. I have my own javascript navigation code that builds a nice hiearchical navigator... I plan to use PHP to automatically build the page and invoke the javascript functions.