打开文件

//打开文档
System.Diagnostics.Process.Start(文件路径);
//打开文件夹,并选中文档
System.Diagnostics.Process.Start("Explorer.exe", "/select,"+ 文件路径+"//"+文件名);
原文地址:https://www.cnblogs.com/leebokeyuan/p/12690218.html