Re: Lua Digest, Vol 28, Issue 3
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua Digest, Vol 28, Issue 3
- From: Brad Olson <bradlists@...>
- Date: 2003年10月29日 12:50:38 -0500
Lua Friends,
>There is no directory listing feature in ANSI C as far as I know. You
There is readdir() and family, which, though not ISO C, are POSIX 1003.1 and likely to be available. I know Watcom provides it. Could we incorporate directory scanning as core Lua functionality on POSIX compliant platforms, and conditionally exclude it on non-POSIX platforms?
--Brad Olson
--bradlists@movedbylight.com
--10/29/2003 at 12:44:28 PM