AMOSi:Dir

From Amiga Coding
Revision as of 02:45, 17 November 2007 by Spellcoder (talk | contribs) (Extracted from the AMOSPro V2.00 helpfile)
Jump to: navigation, search

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


Prints out the DIRectory of files held on your current disc.


Here are some typical uses.


Dir "Df0:" : Rem List all files in internal drive
Dir "Examples:" : Rem List all files on named disc
Dir "A*" : Rem List all files starting with A
Dir "*.*" : Rem List all files with an extension