如何打开指定文件所在的文件夹并选中文件

System.Diagnostics.Process.Start("explorer.exe", "/select," + filePath);

其中filePath是指定文件的完全限定路径。

原文地址:https://www.cnblogs.com/xdoudou/p/3059554.html