I have a project in which I have to create shortcuts in start menu. For doing that I have to get the path for start menu which is fetched by
Environment.SpecialFolder.Commonstartmenu
or
Environment.SpecialFolder.Startmenu
.
Till now, I am not able to figure out the difference between them. Is it something specific to different windows platforms?