open a directory in widows

Tim Golden mail at timgolden.me.uk
Thu Dec 14 05:54:12 EST 2006


Bell, Kevin <kevin.bell <at> slcgov.com> writes:

> 
> If I want "C:\temp" to pop open on screen, how do I do it?

<code>
import os
os.startfile (r"c:\temp")

</code>




More information about the Python-list mailing list