File Requesters

BlitzMax Forums/BlitzMax Beginners Area/File Requesters

Xerra(Posted 2006) [#1]
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.


tonyg(Posted 2006) [#2]
Function RequestFile$( text$,extensions$="",save_flag=False,initial_path$="" )
?


Xerra(Posted 2006) [#3]
Yeah, I just found that after panicking like a muppet and then checking the complete index.

Thanks anyway, Tony :-)


tonyg(Posted 2006) [#4]
This might help