Game Development Community

OS File Chooser

by Richard_H · in Torque Game Engine · 09/04/2006 (7:05 am) · 2 replies

I am hoping to be able to be able to allow the user to select a file using the default file browser, but I can't find anything in the forums or "The Game Programmer's Guide to Torque". I hope it's something really simple I'm just missing, but can you please point me in the right direction? Any resources I should see?

#1
09/04/2006 (7:12 am)
I just found the file loader and saver in the demo and this would work perfectly. Can someone tell me how to use them? Do they only work for one file, or can I adapt them to save and load content from a text box?
#2
09/04/2006 (6:49 pm)
Are there any examples of saving input from a textbox to a file?