[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Serialized test data in table format?
- From: Sean Conner <sean@...>
- Date: Thu, 28 Sep 2017 17:55:06 -0400
It was thus said that the Great Sean Conner once stated:
> local dir = fsys.opendir()
>
> while true do
> local entry = dir:next()
I should mention that my code that interates through a directory (here,
dir:next()) does *NOT* return "." and ".." (current and parent directory,
respecitively). Those are filtered out automatically by my module.
-spc (I thought I should mention that, otherwise you might be in for a
surprise)