As Corona now supports keeping code files in subfolders, how could I force require() to look for files by relative path?
Imagine I have a file my/utility/lib.lua and inside that file want to load my/utility/other\_stuff.lua. Is there a way to load it without specifying the whole path (i.e. require('other\_stuff') instead of require('my.utility.other\_stuff')) ? [import]uid: 123277 topic_id: 21279 reply_id: 321279[/import]