I have a sqlite db in a folder on my desktop (same folder as the main.lua file).
In order to open this db, I was trying to use:
local path = system.pathForFile (“etuc.db”)
since I wanted this to work regardless of where the file is actually located, and not fixed to system.DocumentsDirectory.
This does not find anything, so what am I doing wrong?
Thanks.