Re: open a directory in widows

2006-12-14 Thread Tim Golden
Bell, Kevin slcgov.com> writes: > > If I want "C:\temp" to pop open on screen, how do I do it? import os os.startfile (r"c:\temp") -- http://mail.python.org/mailman/listinfo/python-list

open a directory in widows

2006-12-14 Thread Bell, Kevin
If I want "C:\temp" to pop open on screen, how do I do it? -- http://mail.python.org/mailman/listinfo/python-list