How can I select multiple files from multiple directories? in Tkinter
I want to note the address of the files which are in different directories I have tried using askopenfilenames() file dialog and askopenfilename(...,multiple=True) but they haven't allowed me to select multiple files from different directories.
Is there any other file dialog that can do. Sorry if this a repeated Question.