[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] Select a File...



Hi,
This is more of a python question...
I'm trying to make a file opener for a loader.  The trouble is, how do I load the file?  You know when you click on the "browse" link on certain webpages, a windows explorer window opens so that you can select the file from any place on your computer?  That's what I'm going for.  If that is too complicated, I'd settle for a command line version that does the same thing.
Ian