// 1、打开文件
System.Diagnostics.Process.Start(path);

// 2、打开文件夹
System.Diagnostics.Process.Start("explorer.exe", path);