摘要: 1 namespace ClearApps 2 { 3 class Program 4 { 5 static void Main(string[] args) 6 { 7 //路径 8 string tempPath = System.Environment.GetEnvironmentVariable("TEMP"); 9 string dirPath = tempPath.Substring(0, tempPath.LastIndexOf(@"\") + 1) + @"... 阅读全文
posted @ 2012-11-29 19:38 cnlouts 阅读(134) 评论(0) 推荐(0) 编辑