[next][previous][up][top][index]
search for:

File -- the class of all files

The type File is a member of the class Type. Each object of class File is called a file.

Files may be input files, output files, pipes, or sockets. A list of currently open files may be obtained with openFiles.

Functions and methods returning a a file :

  • List << Manipulator
  • File << Manipulator
  • File << Net
  • File << String
  • File << Symbol
  • File << Thing -- pirnt something to a file
  • openIn String
  • openInOut String
  • openListener String
  • openOut String
  • String << Thing -- print to a file
  • Methods for using a file :

  • # File -- length
  • atEndOfFile File
  • echoOff File
  • echoOn File
  • expression File
  • get File
  • getc File
  • isInputFile File
  • isListener File
  • isOpenFile File
  • isOutputFile File
  • isReady File
  • kill File
  • Manipulator File
  • net File
  • read File -- read from a file
  • read(File,ZZ) -- read from a file
  • width File
  • Fixed objects of class File :

  • stderr -- the standard error output file
  • stdio -- the standard input output file

  • [next][previous][up][top][index]
    search for: