Re: How do I read directories ?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: How do I read directories ?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 9 Mar 2003 11:27:20 -0300
>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