I tried to add an item to context menu of the Windows Explorer (http://www.codeproject.com/Articles/10104/Add-a-context-menu-to-the-Windows-Explorer), and it worked but I still don't know how to get the path of selected files?
I tried Environment.GetCommandLineArgs()
but it only returns the path of my application and not the selected files.
Can anyone tell me how this can be done?