摘要: public static void BrowserFile(string filepath) { if (File.Exists(filepath) || Directory.Exists(filepath)) { Process.Start(@"explorer.exe", "/select,\"" + filepath + "\""); } } 阅读全文
posted @ 2013-06-25 16:51 菜鸟_飞飞 阅读(231) 评论(0) 推荐(0) 编辑