Finding System folders

  • Thread starter Thread starter John Smith
  • Start date Start date
J

John Smith

How do you determine what the Application Data folder would be in C#?
I'm looking for the method that under normal circumstances should return
"c:\Documents and Settings\<user>\Application Data\"
 
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);

Grtz
 

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

Back
Top