[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT FFI file/directory iterator help needed
- From: marbux <marbux@...>
- Date: Mon, 6 Jun 2011 07:21:22 -0700
On Mon, Jun 6, 2011 at 6:47 AM, steve donovan <steve.j.donovan@gmail.com> wrote:
> Why not just use LuaFileSystem? There _might_ be case where it's too
> slow for the job, but you would have to push the file system hard to
> find that case ;)
Two example functions using LFS here,
<http://lua-users.org/wiki/DirTreeIterator>. Another on the LFS site
here, <http://keplerproject.github.com/luafilesystem/examples.html>.
I haven't tested any of them but had bookmarked them for possible later use.
Best regards,
Paul