59

Possible Duplicate:
How can i get the path of the current user's “Application Data” folder?

How can I get the Path of Current User's Application Data Folder?

Community
  • 1
  • 1
shahjapan
  • 13,637
  • 22
  • 74
  • 104
  • I was not able to search the question in Stack Overflow but Google Provided me the solution on StackOveflow it self. [Solution](http://stackoverflow.com/questions/915210/how-can-i-get-the-path-of-the-current-users-application-data-folder/915221) – shahjapan Aug 04 '09 at 05:42

1 Answers1

137
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)
Arsen Mkrtchyan
  • 49,896
  • 32
  • 148
  • 184