Click to See Complete Forum and Search --> : How to pass folder name as arguments when call an applcation on right click any fold


sdbabu
January 20th, 2010, 02:39 AM
Hi
I have develop an application using C# dot net. I have called this application on
right click on any folder.Now I want pass full path or Name of the folder whose right click called my application.
Please help me.To get the folder name or path on right click on folder in C#
Thanks

boudino
January 20th, 2010, 06:19 AM
I think you have registred you app unde HKCR\*\Shell\Open...\Command, where you fill in path to you .exe. Append %1 after it and it should append full path to the item on which you have performed the righ click.