package.path

The path used by require to search for a Lua loader.

At start-up, Lua initializes this variable with the value of the environment variable LUA_PATH or with a default path defined in luaconf.h, if the environment variable is not defined. Any ";;" in the value of the environment variable is replaced by the default path.

EVERYTHING
Modules
module
package.cpath
package.loaded
package.loaders
package.loadlib
package.path
package.preload
package.seeall
require

[ ? | | @ ]