Mercurial > hg > Members > kono > nitros9-code
view docs/nitros9guide/makdir.refentry @ 986:aebfc8992bfd
Factored out what appears to be Level III code... was causing ERROR 207's under
OS-9 Level Two
author | boisy |
---|---|
date | Mon, 17 Feb 2003 20:37:01 +0000 |
parents | c565a4700689 |
children | b5ff125a1d60 |
line wrap: on
line source
<refentry id="makdir"> <refnamediv> <refname>MAKDIR</refname> <refpurpose>Create directory file</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> <command>MAKDIR</command> <arg choice="plain"> <replaceable>path</replaceable> </arg> </cmdsynopsis> </refsynopsisdiv> <refsect1><title>Description</title> <para> Creates a new directory file acdording to the pathlist given. The pathlist must refer to a parent directory for which the user has write permission. </para> <para> The new directory is initialized and initially does not contain files except for the "." and ".." pointers to its parent directory and itself, respectively (see 3.7.3). All access permissions are enabled (except sharable). </para> <para> It is customary (but not mandatory) to capitalize directory names. </para> <para> For more information see: 3.3, 3.4, 3.5,3.7.3, 3.9.5 </para> </refsect1> <refsect1><title>Examples</title> <literallayout> makdir /d1/STEVE/PROJECT makdir DATAFILES makdir ../SAVEFILES </literallayout> </refsect1> </refentry>