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

<body>

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

<hr>

<p>
<font size=+1><i>INTEGER</i> <b>fmkdir</b>(<i>STRING <b>path</b></i>)</font>

<p>This function creates the directory specified by <var>path</var>.
If a file or directory already exists by that designation, the error
<code>~file</code> is thrown.  Otherwise the directory is created with
read, write and execute permission for the owner, and no permissions
for group or others (these permissions can be changed with the function
<a href="fchmod.html"><code>fchmod()</code></a>.

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