Difference between revisions of "AMOSi:Mkdir"

From Amiga Coding
Jump to: navigation, search
(Extracted from the AMOSPro V2.00 helpfile)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
  
  
Mkdir folder$<br />
+
<code><pre>
 +
Mkdir folder$
 +
</pre></code>

Latest revision as of 23:44, 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$