[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: listing files
- From: Asko Kauppi <asko.kauppi@...>
- Date: Fri, 4 Jun 2004 16:23:17 +0300
With plain Lua, the only way is to os.execute() 'ls' and/or 'dir'
commands.
I can send you plain code (part of Hamster build engine) if you want. :)
-ak
4.6.2004 kello 16:26, pancake kirjoitti:
There's any way to list files using lua? luaposix doesn't handle
getdents.
thx