Opening the LUA Sandbox for File I/O & App Store

I’ve read a few comments about breaking out of the LUA sandbox; I’ve also come across some example code as well as some commentary about how to do it. My question isn’t HOW to do it, but what are the downstream effects of doing it.

For example, I want to write a text file or store a large aount of data (in the apps “Documents” library) without resorting to writing bits to a fake PNG file. In this case, I am adhering to APple’s guidslines of writing data inside of the “App Sandbox”.

If we open the “Codea sandbox” for File I/O we can accomplish that task and read/write raw data while still adhering to the “App Sandbox”.

If we submit such code to Apple, would it pass the “developer need” viewpoint?