Is there a SaveAs dialog box?

BlitzMax Forums/BlitzMax Beginners Area/Is there a SaveAs dialog box?

Cartman(Posted 2005) [#1]
OK. I see there is a function RequestFile() that gives us a FileOpen dialog box, but is there an equivalent FileSave dialog function?


Beaker(Posted 2005) [#2]
Check out the "save flag":
RequestFile$( text$,extensions$="",save_flag=False,default_path$="" )


Cartman(Posted 2005) [#3]
Damn. I'm an idiot. Thanks so much. I just assumed it would have been a different function name.
Thanks Beaker.