Click to See Complete Forum and Search --> : Complete path of a folder open in Explorer


anil1982
January 24th, 2006, 04:19 AM
Can anyone tell me how to find out the complete path of a folder that is open in a Windows Explorer window?

Thanks and Regards,
Anil

golanshahar
January 24th, 2006, 05:10 AM
Can anyone tell me how to find out the complete path of a folder that is open in a Windows Explorer window?

Thanks and Regards,
Anil

One way to do it, is using Accessibility you can look at this thread:
Howto grab the URL address of the active IE? (http://www.codeguru.com/forum/showthread.php?t=365450&p=1276105)

It shows how to get the URL from IExplorer.EXE it should be the same just pass the correct handle to the edit box of Explorer.exe.

Cheers