AMOSi:Dir

From Amiga Coding
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