string strPath = @"D:\WorkSpace"; 
System.Diagnostics.Process.Start("explorer.exe", path); 

通过调用系统explorer打开文件夹

相关文章: