1IO.writeFile(3kaya)          Kaya module reference         IO.writeFile(3kaya)
2
3
4

NAME

6       IO::writeFile - Write a text file.
7

SYNOPSIS

9       Void writeFile( String fname, String content )
10

ARGUMENTS

12       fname A file name
13
14       content The content to write
15

DESCRIPTION

17       Writes content into fname , replacing the file if it exists, and creat‐
18       ing it otherwise.
19

AUTHORS

21       Kaya  standard  library  by  Edwin  Brady,  Chris  Morris  and   others
22       (kaya@kayalang.org). For further information see http://kayalang.org/
23

LICENSE

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)
Impressum