摘要: 例如:打开“E:\Training”文件夹并选中“20131250.html”文件System.Diagnostics.Process.Start("Explorer.exe", @"/select,E:\Training\20131250.html");一句代码搞定!!!扩展:1)只打开文件夹:System.Diagnostics.Process.Start("Explorer.exe", @"E:\Training");2)打开文件夹并选中文件夹System.Diagnostics.Process.Start( 阅读全文
posted @ 2014-02-27 12:56 yuejin 阅读(5110) 评论(0) 推荐(2) 编辑