unity 打开文件夹并鼠标选中某文件

 System.Diagnostics.Process p = new System.Diagnostics.Process();
p.StartInfo.FileName = "explorer.exe";
p.StartInfo.Arguments =(@" /select,"+path);
p.Start();

 

posted @   露夕逝  阅读(1734)  评论(0编辑  收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示