Re: open a directory in widows
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
If I want "C:\temp" to pop open on screen, how do I do it? -- http://mail.python.org/mailman/listinfo/python-list