Table of Contents

FILES

Lists the files of a directory, optionally according to a given pattern

Implemented by: dartmouth5, colordisk, GWBASIC, msxdisk, bwbasic, QBasic, VBDOS

With variations: hptsb, bw32

Also written as:

Usage

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.

Variations

Examples

Comments

Similar keywords

In other languages...

References