> > Try require"xxx". Then Lua will search package.path for xxx.lua. > > Can require (or a derivative therof) be made to search a custom path? I > think that this is what Dirk was asking, and I'd like it as well. Isn't package.path a custom path?