lua-users home
lua-l archive

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


>I'm not a Lua expert, but it seems to me that Lua aims mostly AnsiC
>compliance, and AnsiC (or ISO99 C) does not know about directories.
>
>That being said, an interface to the usual (Posix)
>readdir/closedir/opendir ... functions would be nice.

Look at poslib, a POSIX library for Lua.
--lhf