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

NAME

6       IO::FileMode - Modes for file opening.
7

SYNOPSIS

9       IO::FileMode< >
10
11
12     = Read()
13
14
15     | Write()
16
17
18     | Append()
19
20
21     | Binary()
22

DESCRIPTION

24       Selects  a  mode  for  IO.open  (3kaya) to use. The Binary mode is only
25       needed for reading and writing binary files on Windows systems.
26

AUTHORS

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

LICENSE

32       The  Kaya  standard  library  is free software; you can redistribute it
33       and/or modify it under the terms  of  the  GNU  Lesser  General  Public
34       License  (version  2.1  or  any later version) as published by the Free
35       Software Foundation.
36
37
38
39Kaya                             December 2010              IO.FileMode(3kaya)
Impressum