File Writing
Monkey Forums/Monkey Programming/File Writing| 
 | ||
| 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. | 
| 
 | ||
| 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. |