Is there a simple way to let the user select either a single file or a directory in tkinter from a common dialog ?
I know there are the askopenfilename()
and askdirectory()
methods, but is there a simple way to combine the two ?
Thanks !
Is there a simple way to let the user select either a single file or a directory in tkinter from a common dialog ?
I know there are the askopenfilename()
and askdirectory()
methods, but is there a simple way to combine the two ?
Thanks !