Austin Redding wrote:
Is there any fix to allow for the contents of a directory to be displayed (like 'askopenfilename'), but maintain the functionality of 'askdirectory'?

This seems to be platform-dependent. On MacOSX I get a
dialog that shows the filenames greyed out.

I'm guessing you're using Windows, where the system
supplied directory choosing dialog is completely
different from the one for choosing filenames and
doesn't show files. If that's the case, there's
probably nothing you can do about it, because
tkinter isn't responsible for the difference.

--
Greg
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
https://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to