lua-users home
lua-l archive

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


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