How to use the OS's native file selector in Tkinter

jepler at unpythonic.net jepler at unpythonic.net
Mon Sep 5 11:12:26 EDT 2005


tkFileDialog.Open is a wrapper around tk's tk_getOpenFile.

tk_getOpenFile uses the native dialog on Windows, via the GetOpenFileName()
win32 API call, at least in Tk versions 8.2 and newer.

Jeff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20050905/98488388/attachment.sig>


More information about the Python-list mailing list