Write files to location other than app data area

Is there a way through the corona api to write a file to a location other than into the app data folder?

Thanks,
Dave [import]uid: 103459 topic_id: 24256 reply_id: 324256[/import]

Hi Dave, there is.
Actually, there are just two directories where you can write: (system.)TemporaryDirectory and (system.)DocumentsDirectory.

You can found more info here: http://developer.anscamobile.com/content/file-io [import]uid: 50425 topic_id: 24256 reply_id: 98068[/import]