Here is a snippet of my code:
MessageBox.Show(String.Format("The Export will be avilable in {0}", folderPath)
folderPath here shows the path of my output file. So I want the messsage box here to show as
"The Export will be available in C:\Test."
I should be able to navigate to C:\Test by clicking on it. Help?