File Requesters
BlitzMax Forums/BlitzMax Beginners Area/File Requesters| 
 | ||
| Ok, I must be missing something here but I can't seem to find any method to pop up a file requester in BlitzMax even with the gui add-on commands. Is there a way of popping one up and getting a filename returned or have I got to write one up from scratch? Excuse me if this has been covered before but I'm pretty new. My project is going to need to Load and Save files. | 
| 
 | ||
| Function RequestFile$( text$,extensions$="",save_flag=False,initial_path$="" ) ? | 
| 
 | ||
| Yeah, I just found that after panicking like a muppet and then checking the complete index. Thanks anyway, Tony :-) | 
| 
 | ||
| This might help |