Special Folders

  • Thread starter Steve C. Orr [MVP, MCSD]
  • Start date
S

Steve C. Orr [MVP, MCSD]

I need to examine the programs listed in the user's start menu.
Normally this folder would be c:\Documents and Settings\<username>\Start
Menu
But I need to determine for sure where it is on the user's machine. I
haven't found a .NET way to find any special folders. This seems like quite
an oversight unless I'm missing something.
Also, do I need to combine the results with the All Users start menu to get
a complete list of the programs a user sees when they go to Start-->All
Programs?
 
T

Tim Wilson

I can answer the first part of your question. The .Net way is to use the
Environment.GetFolderPath method to get special folder locations.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top