Our client (a winforms app) includes a file-browser. I\'d like the user to be able to open the selected file using the shell\'s default handler. How do I do that? I\'ve r
not sure if its ok
System.Diagnostics.Process.Start(filePath);