back to Command Reference
[FX-870P/VX-4]
Displays file names, attributes, and sizes on floppy disk.
FILES ["file descriptor"]
FILES
FILES "0: TEST.DAT"
FILES "0: *.DAT"
file descriptor: String expression specifying the device and filename.
Wildcards * and ? are supported in the filename portion.
* matches any sequence of characters, and ? matches any
single character. For example, *.DAT matches all files with the .DAT
extension.