Anything done yet for saving a textfile ?
Monkey Targets Forums/XNA/Anything done yet for saving a textfile ?| 
 | ||
| Hello, Just wanna know if there anything done yet for saving a textfile on the HD ? Thanks! | 
| 
 | ||
| you can if you use the os module,i think.Not sure if its just for glfw though | 
| 
 | ||
| Unfortunally it seem only available for glfw and stdcpp targets. | 
| 
 | ||
| Edit: probably the same as BBFileStream..why you do not use brl.filestream? I once used the following ... only win32, because of System.Windows.Forms Reference. io.xna.cs: io.monkey | 
| 
 | ||
| Nice thanks. Will give it a try ! | 
| 
 | ||
| Brl.FileStream can be used on JAVA, CPP and CS targets. So it should do just fine. | 
| 
 | ||
| @MikeHart Nice. I didn't know about that. Will get a look! |