Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » Thing » File
next | previous | forward | backward | up | index | toc

File -- the class of all files

Description

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 file:

Methods that use a file:

Protected objects of class File:

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

For the programmer

The object File is a type, with ancestor class Thing.


The source of this document is in Macaulay2Doc/ov_files.m2:9:0.