Hello,
I am fairly new to Python. I have only skimmed the surface in an introductory class I just finished in college.
As my first program in Python, I am attempting to make a text editor.
I am wondering if there is a universal command to bring up a Save or Open file dialogue? Or should I continue creating Toplevel windows for Save and Open files?
If I create my own Save and Open windows, how do I get the user's computer directory structure to show up in a Listbox? And the files in that directory to show up in a Listbox?
Anyone have any insight on this?
Thank you for your help. Have a good one. -Dave