You should always reply to the whole list so that future folks with the
same question can see the answers.
[EMAIL PROTECTED] wrote:
>Actually, I am just using Tkinter library, but I don't know there is some
>widget to access the windows file system or not. Thanks
>
>
Yes, a few minutes with Google would have led you to this answer more
quickly
import tkFileDialog
filename = tkFileDialog.askopenfilename()
--
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.
_______________________________________________
Python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32