> package.path is either the Lua global LUA_PATH or the LUA_PATH envVar > or the default value. The global LUA_PATH is consulted only for compatibility. New code should not use that. It should set package.path directly. -- Roberto