Lists the files of a directory, optionally according to a given pattern
Implemented by: dartmouth5, colordisk, GWBASIC, msxdisk, bwbasic, QBasic, VBDOS
Also written as:
FILES is a statement, but it may receive as argument a name/extension pattern with *
and ?
used as wildcards.
FILES "*.txt"
In MSX BASIC, the keyword was implemented by the MSX DiskBASIC extension.