常用路径笔记(随遇更新)
C# Windows7 下面对应路径:
//C:\Users\XXXXXXXXX\AppData\Local private string DataPath = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData);
static string runApp = System.Environment.GetFolderPath(System.Environment.SpecialFolder.ApplicationData); //C:\Users\XXXXXXXXX\AppData\Roaming