I need to get the path of an open folder, I have a program that detects a key press and gets the Handle of the focused window when the press happend, Now the program will work only if the open window is a floder, I need to get the path of the currently open folder. I managed to get the path of the process of the folder (explorer.exe) but it`s not what I need... (c#)
How do I get the path of the folder using Handle or something else ?
thnx !