lua-users home
lua-l archive

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


> The correct fix is to change
>   #define LUA_LDIR  "!lua"
>   #define LUA_CDIR  "!dll"
> and then use strrchr to find the last backslash and use
> everything up to _and including it_ to replace the "!".

I did not understand that. What is the difference between including the
backslash from the ModuleFileName or adding it later?

-- Roberto