1IO.DirInfo(3kaya) Kaya module reference IO.DirInfo(3kaya)
2
3
4
6 IO::DirInfo - Directory entry
7
9 IO::DirInfo< >
10
11
12 = Directory(String dname,[IO::DirInfo] children)
13
14
15 | Filename(String fname)
16
18 This data type describes a directory entry, which may either be a sub-
19 directory (which is then described recursively) or a file (or a file-
20 equivalent such as a block device).
21
23 Kaya standard library by Edwin Brady, Chris Morris and others
24 (kaya@kayalang.org). For further information see http://kayalang.org/
25
27 The Kaya standard library is free software; you can redistribute it
28 and/or modify it under the terms of the GNU Lesser General Public
29 License (version 2.1 or any later version) as published by the Free
30 Software Foundation.
31
33 IO.getDirInfo (3kaya)
34
35
36
37Kaya December 2010 IO.DirInfo(3kaya)