"Show this file in explorer"

Tim Golden tim at timgolden.me.uk
Sat Dec 1 05:23:19 EST 2007


farsheed wrote:
> I have a big problem. I have a list of files that my script find and
> list them in a little gui.
> I need this function:
> 
> when i d-click on each item, I want explorer opens and selects that
> item inside windows explorer.
> like that beautiful buttom in iTunes.

Experiment with:

explorer.exe /select,<path-to-file>


TJG



More information about the Python-list mailing list