I would like to know whether the Class Library of the Microsoft's Windows APi Code Pack library provides a direct way to iterate the Windows Explorer instances to retrieve the current path of the address bar of each Explorer instance, in simple words, I need to get a list with all the paths that are open by Explorer.exe instances.
This is the text which I would like to retrieve (from all running instances of explorer.exe)

I don't know if this is possibly using Windows API Code Pack then I do not have any code to demonstrate my progress (which is Zero), I'm just asking for information about this to procceed with a better investigation, but any kind of code example will be very appreciated.
If Windows API Code Pack can't help in the task, what alternatives I have to realize this? maybe Microsoft UI automation ?
PS: I doscovered the way to retrieve it using the interop Microsoft Internet Controls, the solution is explained in this url, but I'm really interested into learn how to do it using Windows API Code Pack