lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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)