Last active
August 16, 2020 09:56
-
-
Save greatcodeeer/3affd8d88192dff54fe3 to your computer and use it in GitHub Desktop.
C# 通过资源管理器(explorer)打开文件并定位
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//FilePath 为文件路径 | |
Process.Start("explorer.exe ", @"/select,""" + FilePath + @""""); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment