File Writing

Monkey Forums/Monkey Programming/File Writing

smilertoo(Posted 2012) [#1]
Hello,

I've done a few searches and seen a few peoples attempts at implementing file writing. Can anyone recommend which module/routine would be the best for outputting map data? (preferably binary not xml)

It's fine if it only works in glfw or xna mode; i just need ios to be able to read the resultant files back in.


AdamRedwoods(Posted 2012) [#2]
monkey V66 has brl.filestream for cpp

don't know if it works for ios, but you could always base64 encode it and read it back in as a file string.