常用路径笔记(随遇更新)

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
posted @ 2016-02-25 17:40  三加二减五  Views(167)  Comments(0Edit  收藏  举报