[Tkinter-discuss] askdirectory from tkFileDialog

Kevin Walzer kw at codebykevin.com
Thu Mar 4 16:42:13 CET 2010


On 3/4/10 10:30 AM, D Mosthenes wrote:
> Is it possible to ask for a folder (not a file) with the same interface
> as asking for a file. That is, not with the tree branching. I believe
> the two interfaces are similar on Mac, so is it possible to emulate this
> on Windows?
> ------------------------------------------------------------------------
> Hotmail: Free, trusted and rich email service. Get it now.
> <http://clk.atdmt.com/GBL/go/201469228/direct/01/>

Tk uses native dialogs on Windows and Mac, so if you don't like the 
native implementation, you have to roll your own, or use the Unix 
version. Not sure how to access the Unix version from Tkinter.

-- 
Kevin Walzer
Code by Kevin
http://www.codebykevin.com


More information about the Tkinter-discuss mailing list