I just wondered if theres a way to reference a module in a separate directory? For example the CoronaUI module consists of a number of images and lua files and it would be cleaner if I could just have this in a subdirectory from my main app directory.
So instead of
local coronaui = require( “coronaui” )
it would be something like
local coronaui = require( “uimodule\coronaui” )
but that doesnt work, is it possible?
Cheers
Gary
[import]uid: 7334 topic_id: 10175 reply_id: 310175[/import]