1IO.Stat(3kaya) Kaya module reference IO.Stat(3kaya)
2
3
4
6 IO::Stat - File information
7
9 IO::Stat< >
10
11
12 = Stat(IO::Mode mode,Int nlinks,Int atime,Int mtime,Int ctime)
13
15 Information about a file. The mode field describes the file mode,
16 nlinks is the number of links to the file, and atime , mtime and ctime
17 are the access, modify (last change to contents) and change (last
18 change to contents or mode) times measured in seconds since midnight
19 Jan 1 1970. The Time.gmtime (3kaya) function may be useful to deal with
20 these fields.
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.Mode (3kaya)
34 IO.stat (3kaya)
35
36
37
38Kaya December 2010 IO.Stat(3kaya)