1IO.writeFile(3kaya) Kaya module reference IO.writeFile(3kaya)
2
3
4
6 IO::writeFile - Write a text file.
7
9 Void writeFile( String fname, String content )
10
12 fname A file name
13
14 content The content to write
15
17 Writes content into fname , replacing the file if it exists, and creatâ
18 ing it otherwise.
19
21 Kaya standard library by Edwin Brady, Chris Morris and others
22 (kaya@kayalang.org). For further information see http://kayalang.org/
23
25 The Kaya standard library is free software; you can redistribute it
26 and/or modify it under the terms of the GNU Lesser General Public
27 License (version 2.1 or any later version) as published by the Free
28 Software Foundation.
29
31 Binary.writeBlock (3kaya)
32 IO.readFile (3kaya)
33
34
35
36Kaya December 2010 IO.writeFile(3kaya)