Quote Originally Posted by .paul. View Post
Try this...

Code:
Process.Start("explorer.exe", "/select," & "PATH_TO_FILETOSELECT")
Doesn't that start a new explorer, which he stated he didn't want.
Quote Originally Posted by Precision999 View Post
...
Something similar was done in this post, but I need to work with the current explorer window, not open a new one.

Is this possible?
...