打开文件

//打开文档
System.Diagnostics.Process.Start(文件路径);
//打开文件夹,并选中文档
System.Diagnostics.Process.Start("Explorer.exe", "/select,"+ 文件路径+"//"+文件名);

 

posted @ 2020-04-13 11:28  恋上微笑的天使  阅读(759)  评论(0)    收藏  举报