Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7ebd25ac536d248d499a3ce2acda963a > files > 4102

Macaulay2-1.3.1-8.fc15.i686.rpm

<?xml version="1.0" encoding="utf-8" ?>  <!-- for emacs: -*- coding: utf-8 -*- -->
<!-- Apache may like this line in the file .htaccess: AddCharset utf-8 .html -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"	 "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd" >
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head><title>close -- close a file</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body>
<table class="buttons">
  <tr>
    <td><div><a href="_close__In.html">next</a> | <a href="_clear__Output.html">previous</a> | <a href="_close__In.html">forward</a> | <a href="_clear__Output.html">backward</a> | up | <a href="index.html">top</a> | <a href="master.html">index</a> | <a href="toc.html">toc</a> | <a href="http://www.math.uiuc.edu/Macaulay2/">Macaulay2 web site</a></div>

    </td>
  </tr>
</table>
<hr/>
<div><h1>close -- close a file</h1>
<div class="single"><h2>Description</h2>
<div><tt>f &lt;&lt; close</tt> -- closes the file <tt>f</tt>.<br/><tt>close f</tt> -- closes the file <tt>f</tt>.<p/>
In the case of an output file, any buffered output is first written to the file, and the return value is an integer, normally 0, or -1 on error, or the return status of the child process in case the the file was a pipe.<p/>
If the file was open for both input and output, both directions are closed.<p/>
If the file is a pipe to another process, i.e., the filename began with the character <tt>!</tt>, we will wait for the process to terminate.  If you don't want to wait for the process to terminate, open the file with <a href="_open__In__Out.html" title="open an input output file">openInOut</a>, and if necessary, use <a href="_close__In.html" title="close an input file">closeIn</a> to close it, to indicate that it has received all its input.<p/>
If the file is <tt>stdio</tt> then it is left open, and no error is signaled.</div>
</div>
<div class="waystouse"><h2>For the programmer</h2>
<p>The object <a href="_close.html" title="close a file">close</a> is <span>a <a href="___Manipulator.html">manipulator</a></span>.</p>
</div>
</div>
</body>
</html>