diff --git a/doc/us/manual.html b/doc/us/manual.html index 0807c1d..efae236 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html @@ -176,8 +176,8 @@ LuaFileSystem offers the following functions:
lfs.dir (path)nil is returned when there is no more entries.
+ Each time the iterator is called it returns a directory entry's name as a string, or
+ nil if there are no more entries.
Raises an error if path is not a directory.
$Id: manual.html,v 1.41 2008/02/14 18:26:19 carregal Exp $
+$Id: manual.html,v 1.42 2008/03/24 18:17:59 carregal Exp $