This can be a handy functionality to have in a program that works with files/folders. It\'s easy enough to actually open the containing folder using:
System.
Execute Explorer.exe with /select, "filename" command line argument
/select, "filename"
System.Diagnostics.Process.Start( "explorer.exe", string.Format("/select, \"{0}\"", filename));