1IO.readDir(3kaya) Kaya module reference IO.readDir(3kaya)
2
3
4
6 IO::readDir - Get the next directory entry.
7
9 DirEntry readDir( Dir h )
10
12 h The directory handle
13
15 Get the next directory entry from an open directory handle. A
16 IO.DirError (3kaya) Exception will be thrown on error, or on reaching
17 the end of the directory.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
30 IO.closeDir (3kaya)
31 IO.dirinfo (3kaya)
32 IO.listDir (3kaya)
33 IO.openDir (3kaya)
34
35
36
37Kaya December 2010 IO.readDir(3kaya)