From: Samuel Tesla Date: 2003-10-04T18:53:48+09:00 Subject: FileSelect widget with Tk? I'm writing a simple little ruby application to munge some files. I've got a command-line version that works like a charm, but I want to port it over to windows and have it run in a GUI. I figured I'd use ruby-tk to get it to work. But, I'm running into a roadblock. In perl/tk, I'm accustomed to using the FileSelect widget to bring up a file selection dialog. I can't seem to find a corresponding widget in the ruby-tk sources. Could somebody please point me in the right direction? Thanks, Samuel