Multiple file open dialog

Nick B nm at bolas.clara.co.uk
Thu Sep 26 06:12:49 EDT 2002


Hi,

Can anyone advise on how to get a list of multiple file names from a GUI
dialog.  I am working exclusively in Win32 but so far only have GUI
experience with Tkinter.  What I would like is access to the standard Win32
shift-click and control-click conventions.

Tkinter's askopenfilename can only return a single filename (?).
Pythonwin's win32gui.GetOpenFileName looks like it could do the job, but a
simple example would really help. Other ideas ?

Any help appreciated,

Nick





More information about the Python-list mailing list