Re: Tk Tkinter : multiple file selection dialog over multiple directories ?

2007-12-15 Thread dwblas
The simple/obvious way is click a "save" button which appends the files selected into a list. Then move on to the next directory and repeat. Is there a reason why this won't work? -- http://mail.python.org/mailman/listinfo/python-list

Tk Tkinter : multiple file selection dialog over multiple directories ?

2007-12-14 Thread goldtech
Hi, TKinter question Let's say I use: ... files = tkFileDialog.askopenFilenames(filetypes=[('AccessDB Files', '*.mdb')]) ... This works OK - I can select multiple files and the var "files" will be a tuple of the files. But let's say the files I want to select are in different folders/ director