Since the keyboard support in andriod still in dev, I wonder if I can use dofile on andriod.
Does it work? and where should I put the lua file for dofile function?
Ok, absolute path works, But on andriod where is this file relate to?
For example the tic file is here :
'/sdcard/Android/data/com.nesbox.tic/files/game.tic'
I try put lua file here
'/sdcard/Android/data/com.nesbox.tic/files/game.lua'
and try to:
dofile('./game.lua')
it said file not found.
so where should I put it?