Is there a SaveAs dialog box?
BlitzMax Forums/BlitzMax Beginners Area/Is there a SaveAs dialog box?| 
 | ||
| OK. I see there is a function RequestFile() that gives us a FileOpen dialog box, but is there an equivalent FileSave dialog function? | 
| 
 | ||
| Check out the "save flag": RequestFile$( text$,extensions$="",save_flag=False,default_path$="" ) | 
| 
 | ||
| Damn. I'm an idiot. Thanks so much. I just assumed it would have been a different function name. Thanks Beaker. |