lua-users home
lua-l archive

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


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

Unfortunately, this cannot be done reliably in ANSI C, except by the
roundabout way you suggested.