lua-users home
lua-l archive

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


thanks
my config file is named as .conf
if i just use 'require', then do i need to use any other modules for deserilaztion of read table ?
can you please point me to few examples


On Mon, Oct 16, 2017 at 10:05 AM, Vadim A. Misbakh-Soloviov <lua-l@mva.name> wrote:
require"relative.path.to.config"
(assuming it has a name of "config.lua" and lays in "relative/path/to/")