C# 2008 SP1
I am using the code below:
dt.ReadXml(\"%AppData%\\\\DateLinks.xml\");
However, I am getting an exception that points t
In .net2.0 you can use the variable Application.UserAppDataPath
Application.UserAppDataPath