lua-users home
lua-l archive

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


> "require" wants the file name without extension, and
> will provide .lua, .so, .dll and in fact anything you like,
> depending on path settings.

Stricily speaking, "require" wants a *modulue name*, not a file name.
The paths map module names to file names.