Hi,
I'm trying to get the path of a directory from a Windows Explorer window. So far, I have been able to use API calls to get the handle of a foreground window and determine if it is an explorer window.
However, I can't figure out how to get the path of the directory that is currently displayed in that Explorer window.
Is this possible to do using Win32 API?
Thanks