1IO.fileExecutable(3kaya) Kaya module reference IO.fileExecutable(3kaya)
2
3
4
6 IO::fileExecutable - Checks a file is executable
7
9 Bool fileExecutable( String fname )
10
12 fname The file name
13
15 Returns true if the file is executable by the current proces, false
16 otherwise.
17
19 Kaya standard library by Edwin Brady, Chris Morris and others
20 (kaya@kayalang.org). For further information see http://kayalang.org/
21
23 The Kaya standard library is free software; you can redistribute it
24 and/or modify it under the terms of the GNU Lesser General Public
25 License (version 2.1 or any later version) as published by the Free
26 Software Foundation.
27
29 IO.fileExists (3kaya)
30 IO.fileReadable (3kaya)
31 IO.fileWritable (3kaya)
32 IO.stat (3kaya)
33
34
35
36Kaya December 2010 IO.fileExecutable(3kaya)