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