1. file selector
- Posted by Jiri Babor <J.Babor at GNS.CRI.NZ> Feb 25, 1999
- 402 views
Guys, I need a nice and reliable file selector/requester, text mode only. Preferably, but not necessarily with long file name support. And I need it now, I do not want to spend the next couple of days making and debugging my own. TIA jiri
2. Re: file selector
- Posted by "Cuny, David" <David.Cuny at DSS.CA.GOV> Feb 24, 1999
- 410 views
Jiri wrote: > I need a nice and reliable file selector/requester, text mode only. There's one in the textGUI/EE, although I doubt you want all the baggage of the GUI. You might want to take a look at the FILES.E code, though. It's pretty much all the non-gui tools you need for your own file selection stuff. -- David Cuny
3. Re: file selector
- Posted by Jiri Babor <J.Babor at GNS.CRI.NZ> Feb 25, 1999
- 407 views
Thanks, David, I am just looking at your files.e and Francis Bussiere's dir95.e. And you are right, I do not want the whole gui overhead. But I am sure I have seen such things floating around, I probably wrote one or two myself, Jacques Deschenes made one, I just cannot find them. jiri
4. Re: file selector
- Posted by Robert Craig <rds at ATTCANADA.NET> Feb 24, 1999
- 386 views
Jiri Babor writes: > But I am sure I have seen such things floating around, > I probably wrote one or two myself, Jacques Deschenes > made one, I just cannot find them. jiri Jacques' DOS32 file selector is contained in http://members.aol.com/FilesEu/jd.zip "The Jacques Deschenes Collection" on the Archive page, "Machine-Level Access" section. Regards, Rob Craig Rapid Deployment Software http://members.aol.com/FilesEu/
5. Re: file selector
- Posted by Jiri Babor <J.Babor at GNS.CRI.NZ> Feb 25, 1999
- 410 views
Thanks, Rob, "Machine-Level Access" section is a crafty hiding place for such a routine. jiri