i want to open explorer with multiple files selected. For one file it is working fine with
  string argument = "/select, \"" + path + "\"";
  Process.Start("explorer.exe", argument);
but how to do for multiple files?
i want to open explorer with multiple files selected. For one file it is working fine with
  string argument = "/select, \"" + path + "\"";
  Process.Start("explorer.exe", argument);
but how to do for multiple files?
