C# 2008 SP1
I am using the code below:
dt.ReadXml(\"%AppData%\\\\DateLinks.xml\");
However, I am getting an exception that points t
This is working for me in a console application -
string appData = System.Environment.GetEnvironmentVariable("APPDATA");