Hey,
I think this wasn't a problem in the past because we could easily use std::fstream (or C API) to write to files, but with the mobile ports things have changed, at least on android you cannot use std::fstream and the C API only limited. So wouldn't it be nice to have a platform indipendent API to write files?
AlexAUT