Alexnb wrote:
Okay, so in the small app I am creating I want to have a button that
activates a file explorer and then once the user selects a file I want to be
able to get the path of that file. Is there a way to do this without going
into serious detail? and if not could someone point me in the right
direction? I am open to about anything. Thanks.

tkFileDialog is what you're looking for.

--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to