Re: Display Files in Directory

Greg Ewing <[email protected]> Tue, 12 Sep 2017 11:35:32 +1200
Newsgroups gmane.comp.python.tkinter
Message-ID <[email protected]>
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