IO.3kaya

Langue: en

Autres versions - même langue

Version: May 2010 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

IO - File input/output and filesystem access

DESCRIPTION

This module contains functions for file input and output, and filesystem access. File names may be given as absolute file paths, or relative to the current directory (which may be changed with System.chdir(3kaya) ). Additional functions for handling binary files may be found in the Binary(3kaya) module.

DATA TYPES

IO.Dir(3kaya)

IO.DirEntry(3kaya)

IO.DirInfo(3kaya)

IO.DirTree(3kaya)

IO.File(3kaya)

IO.FileMode(3kaya)

IO.Mode(3kaya)

IO.Permission(3kaya)

IO.Permissions(3kaya)

IO.Stat(3kaya)

EXCEPTIONS

IO.ClosedFile(3kaya)

IO.DirError(3kaya)

IO.FileError(3kaya)

IO.InvalidMode(3kaya)

IO.ReadOnlyFile(3kaya)

IO.WriteOnlyFile(3kaya)

FUNCTIONS

IO.__t_get(3kaya)

IO.__t_getString(3kaya)

IO.__t_readFile(3kaya)

IO.close(3kaya)

IO.closeDir(3kaya)

IO.dirinfo(3kaya)

IO.eof(3kaya)

IO.file(3kaya)

IO.fileExecutable(3kaya)

IO.fileExists(3kaya)

IO.fileReadable(3kaya)

IO.fileWritable(3kaya)

IO.flush(3kaya)

IO.fpos(3kaya)

IO.fseek(3kaya)

IO.get(3kaya)

IO.getChar(3kaya)

IO.getDirInfo(3kaya)

IO.getInt(3kaya)

IO.getString(3kaya)

IO.listDir(3kaya)

IO.mkdir(3kaya)

IO.open(3kaya)

IO.openCheck(3kaya)

IO.openDir(3kaya)

IO.ptr(3kaya)

IO.put(3kaya)

IO.putChar(3kaya)

IO.putInt(3kaya)

IO.putStr(3kaya)

IO.readCheck(3kaya)

IO.readDir(3kaya)

IO.readFile(3kaya)

IO.rename(3kaya)

IO.reopen(3kaya)

IO.stat(3kaya)

IO.stderr(3kaya)

IO.stdin(3kaya)

IO.stdout(3kaya)

IO.tmpFile(3kaya)

IO.unlink(3kaya)

IO.writeCheck(3kaya)

IO.writeFile(3kaya)

AUTHORS

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

LICENSE

The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.