1IO.Permission(3kaya) Kaya module reference IO.Permission(3kaya)
2
3
4
6 IO::Permission - File permissions
7
9 IO::Permission< >
10
11
12 = ReadP()
13
14
15 | WriteP()
16
17
18 | ExecuteP()
19
21 Selects whether a file is readable, writable or executable.
22
24 Kaya standard library by Edwin Brady, Chris Morris and others
25 (kaya@kayalang.org). For further information see http://kayalang.org/
26
28 The Kaya standard library is free software; you can redistribute it
29 and/or modify it under the terms of the GNU Lesser General Public
30 License (version 2.1 or any later version) as published by the Free
31 Software Foundation.
32
34 IO.Mode (3kaya)
35 IO.Permissions (3kaya)
36
37
38
39Kaya December 2010 IO.Permission(3kaya)