How do I get the main user directory?

  • Thread starter Thread starter Derrick
  • Start date Start date
D

Derrick

Looking at Environment.SpecialFolders but don't see it? "c:\documents and
settings\the current running user" is what I'm looking for.

Thanks!

Derrick
 
never mind, found it!

Environment.GetFolderPath(Environment.SpecialFolder.the special folder
you're looking for)
 
Back
Top