Hello,
I have developed one application, and added it to right click pop-up menu of the folder.
Whenever user right-clicks on folder and selects my application from pop-up menu, I want the path to that folder (on which user has done right click).
I am using Directory.GetCu rrentDirectory( ), but it gives me path to the parent directory of the user right clicked directory.
How can I get the path to the directory on which user has done right click?
Regards
Abhishek
I have developed one application, and added it to right click pop-up menu of the folder.
Whenever user right-clicks on folder and selects my application from pop-up menu, I want the path to that folder (on which user has done right click).
I am using Directory.GetCu rrentDirectory( ), but it gives me path to the parent directory of the user right clicked directory.
How can I get the path to the directory on which user has done right click?
Regards
Abhishek
Comment