Difference between revisions of "AMOSi:Ldir"

From Amiga Coding
Jump to: navigation, search
m (1 revision(s))
 
(example code in code block)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
  
  
 +
<code><pre>
 
Ldir "pathname"<br />
 
Ldir "pathname"<br />
 +
</pre></code>

Latest revision as of 23:42, 19 November 2007

an example can be found on AMOSPro_Examples:Examples/H-6/Help_67.AMOS


Lists out the DIRectory of your files onto the printer, if it's available.


Ldir "pathname"<br />