Mercurial > hg > Members > kono > nitros9-code
view docs/nitros9guide/makdir.refentry @ 2772:0a3f4d8ea6d5
Found ENDC in wrong location in dwread.asm and dwwrite.asm. Corrected.
Moved the native 6309 code in dwread.asm and dwwrite.asm into the H6309 labeled area and changed IFEQ H6309 to IFNE H6309. Also moved the 57600bps 6809 code to the default location. This change had been done in the old dwread.asm and dwwrite.asm files to make it easier to follow. Though these two files were overwritten from the HDBDOS project dwread.asm and dwwrite.asm files. So this conversion needed to be done again so it made the source easier to follow.
author | drencor-xeen |
---|---|
date | Wed, 23 Jan 2013 12:36:55 -0600 |
parents | 4dae346c4969 |
children |
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 <filename class="directory">.</filename> and <filename class="directory">..</filename> pointers to its parent directory and itself, respectively (see <xref linkend="sec3.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: <xref linkend="sec3.3"/>, <xref linkend="sec3.4"/>, <xref linkend="sec3.5"/>, <xref linkend="sec3.7.3"/>, <xref linkend="sec3.9.5"/> </para> </refsect1> <refsect1><title>Examples</title> <literallayout> makdir /d1/STEVE/PROJECT makdir DATAFILES makdir ../SAVEFILES </literallayout> </refsect1> </refentry>