views:

1953

answers:

2

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

+11  A: 
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)
ArsenMkrt
+1  A: 

I was not able to search the question in Stack Overflow but Google Provided me the solution on StackOveflow it self.

Solution

Tumbleweed