1IO.tmpFile(3kaya) Kaya module reference IO.tmpFile(3kaya)
2
3
4
6 IO::tmpFile - Create and open a temporary file.
7
9 File tmpFile( )
10
12 Create and open a temporary file (in binary read+write mode), and
13 return a file handle. You can then apply any of the normal IO opera‐
14 tions to this file.
15
17 Kaya standard library by Edwin Brady, Chris Morris and others
18 (kaya@kayalang.org). For further information see http://kayalang.org/
19
21 The Kaya standard library is free software; you can redistribute it
22 and/or modify it under the terms of the GNU Lesser General Public
23 License (version 2.1 or any later version) as published by the Free
24 Software Foundation.
25
26
27
28Kaya December 2010 IO.tmpFile(3kaya)