标签: c# .net wpf
我想打开选择了多个文件的资源管理器。 对于一个文件,它可以正常工作
string argument = "/select, \"" + path + "\""; Process.Start("explorer.exe", argument);
但是如何处理多个文件?