<head><title>ColdC: Function/Method Reference: files()</title></head>
<body>
<h1 align=center><a href="/ColdC/">ColdC</a>: <a href="/ColdC/Functions/">Function/Method Reference</a>: files()</h1>
<hr>
<p>
<font size=+1><i>LIST</i> <b>files</b>(<i>STRING <b>directory</b></i>)</font>
<p>This function returns a lit of files in the specified directory.
The current and previous directory ("." and "..") are not included in
this listing. Each element in the list is a string.
<p>Example:
<blockquote><pre>
files("html/");
=> ["index.html", "tCD.gif", "Intro", "history.html"]
</blockquote></pre>
<p><hr size=4><p align=center><i>Last Modified on Mar 8 1996</i>
<br><i>Copyright © 1995, 1996, Brandon Gillespie</i>
</body>