Possible Duplicate:
Open Folder and Select the file
I have a path of a file.
I want to open its directory and mark him in the directory by clicking him.
I tried this:
System.Diagnostics.Process.Start(path);
and this:
System.Diagnostics.Process.Start(new FileInfo(Path).Directory.FullName);