Kamilche wrote:
Is there a command you can execute in Python that will open a window on
the desktop, such as 'My Documents'? Kind of like 'system', but for
folder names, not just programs. I'm running on Windows 2000.

Maybe this is good enough?

os.system("explorer " + folder_path)

/ug
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to