Difference between revisions of "AMOSi:Mkdir"

From Amiga Coding
Jump to: navigation, search
(Extracted from the AMOSPro V2.00 helpfile)
Line 5: Line 5:
  
  
Mkdir folder$<br />
+
<code><pre>
 +
Mkdir folder$
 +
</pre><code>

Revision as of 23:43, 19 November 2007

an example can be found on AMOSPro_Examples:Examples/H-4/Help_45.AMOS


Creates a new directory or folder on the disc, starting from the current path.


Mkdir folder$
<code>