lua-users home
lua-l archive

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


Ketmar Dark wrote:
read the preceding comments carefully, please.

/*
** In Windows, any exclamation mark ('!') in the path is replaced by the
** path of the directory of the executable file of the current process.
*/

and then notice the "!" in definitions.

Indeed. But the relevant code in loadlib.c does not use '!'. It uses LUA_EXECDIR

Please, look at loadlib.c, lines 106 and 651.

Regards,
Ignacio