lua-users home
lua-l archive

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


    Hi Frederico

What is your package.path?

something like ?;?.lua;?.lo
    That's your problem.  Try ?.lua;?.lo instead (without the
preceeding `?;').


Yeah, I know. I'm just questioning the semantics of the 'readable(filename)' function. To me it seems to be used as "is filename a readable file?"
-- Fred