TU-Berlin → Inst. f. Mathematik → Algebra und Zahlentheorie → KASH → Documentation → Reference Manual
KASH3 Reference Manual
search    

Type

file

Description

The type of files. A 'file' object is an object to be used in subsequent I/O operations on the file. The 'file' object is a structure which contains information about the name of the file, the access mode and the status indicating whether the file is opened or closed.

Examples

x_name := "toto"; x_file := Open(x_name,"a"); Type(x_file); Close(x_file);
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group