In 10.5, we have native support for context menu plugins. This allows us to add items on runtime, and adding different menus for different file types.
But since 10.6 and higher, we have context menu services which don't allow subMenus, and don't help if we wanted to add different items in context menu on runtime based on file type of location.
This has lead me to do some code injection into Finder(like DropBox has done), but I'm kind of new to this particular task, but I'm willing to do it. Does any one can give me a starting point.
Thanks in anticipation.