Accessing System/User Enviroment Variables in Visual C# and Installing applications
Hi!
I am trying to save data to the current users Application Data folder. Any idea how we can go ahead and determine the path of the directory? Do we need to acces some enviroment variables of the user to do this?
Further in the Visual C# 2005 Express edition, the publish tool makes a setup that installs the application into the Application Data folder of the installer. Would not this limit the use of the application only to the installer? cant i make it to install into a general place like program files and let all users that logon to the system use the application.

