摘要:
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
菜鸟_飞飞
阅读(234)
评论(0)
推荐(0)

浙公网安备 33010602011771号