/
ColdC/Functions/
ColdC/Structure/
<head><title>ColdC: Function/Method Reference: file()</title></head>

<body>

<h1 align=center><a href="/ColdC/">ColdC</a>: <a href="/ColdC/Functions/">Function/Method Reference</a>: file()</h1>

<hr>

<p>
<font size=+1><i>LIST</i> <b>file</b>()</font>

<p>This function returns the following ordered list of information on the file
on the current object:

<ol>
<li>BOOLEAN file is readable
<li>BOOLEAN file is writable
<li>BOOLEAN file is closed
<li>BOOLEAN file is binary
<li>STRING file path
</ol>

<p>If no file is bound to the current object, the error <code>~file</code> 
is thrown.

<p><hr size=4><p align=center><i>Last Modified on Mar 8 1996</i>
<br><i>Copyright &copy; 1995, 1996, Brandon Gillespie</i>
</body>