Anything done yet for saving a textfile ?

Monkey Targets Forums/XNA/Anything done yet for saving a textfile ?

Rushino(Posted 2013) [#1]
Hello,

Just wanna know if there anything done yet for saving a textfile on the HD ?

Thanks!


dave.h(Posted 2013) [#2]
you can if you use the os module,i think.Not sure if its just for glfw though


Rushino(Posted 2013) [#3]
Unfortunally it seem only available for glfw and stdcpp targets.


Rone(Posted 2013) [#4]
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



Rushino(Posted 2013) [#5]
Nice thanks. Will give it a try !


MikeHart(Posted 2013) [#6]
Brl.FileStream can be used on JAVA, CPP and CS targets. So it should do just fine.


Rushino(Posted 2013) [#7]
@MikeHart Nice. I didn't know about that. Will get a look!