Hi,
When creating a sqlite database in my project folder I used to put in an empty string in the pathForFile API. But it seems like it is not working. I just filed this as a bug, anyone else that have tried this?
require "sqlite3";
local path = system.pathForFile("gameDB.db","");
db = sqlite3.open( path );
Regards, Joakim [import]uid: 81188 topic_id: 21872 reply_id: 321872[/import]