Save File Dialog Box
BlitzMax Forums/MaxGUI Module/Save File Dialog Box| 
 | ||
| How can I create a file saving dialog box thing in MaxGUI? Please, Help Me! | 
| 
 | ||
| RequestFile It's part of BRL.System, so that's probably why you couldn't find it. | 
| 
 | ||
| here is my code. I do not understand why the text file isn't saving and in Windows, the clipboard (copy, paste, cut) doesn't show up. Can you help me? :) Last edited 2012 | 
| 
 | ||
| You are saving it to "initial_path", and not "filename". |