lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


You're right, adjusting the package.path properly and reflecting the script folders in there does the trick.
Thank you.

Am 31.08.2012 18:22, schrieb Luiz Henrique de Figueiredo:
What I see is that if I try something like

     require("..\\OtherDir\\OtherFile.lua")
require accepts module *names*, not file paths. The searchers convert
module names to file paths.