1IO.close(3kaya) Kaya module reference IO.close(3kaya)
2
3
4
6 IO::close - Close a file.
7
9 Void close( File handle )
10
12 handle Close a file handle
13
15 Close a file handle after you no longer need it. It is strongly recom‐
16 mended that you do not close the three standard file handles - use
17 IO.reopen (3kaya) to open them onto /dev/null instead.
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
29
30
31Kaya December 2010 IO.close(3kaya)