[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: directory listing all in Lua (Re: It works!)
- From: Asko Kauppi <asko.kauppi@...>
- Date: Sun, 8 Aug 2004 17:13:58 +0300
There is also a Lua-only way of doing the directory listing stuff
(based on parsing 'ls' and/or 'dir' output, from 'os.execute'). To see
it in action, grab Hamster: http://luaforge.net/projects/hamster/
-ak
8.8.2004 kello 01:35, Mark Carter kirjoitti:
Just one thing, though. Can I suggest that Lua *must* provide a
directory listing function as part of its core functionality?