Programming instructions

Intermec Fingerprint v7.61 Programmers Reference Manual Ed. 786
Chapter 2 Program Instructions
FILES
Field of Application
Statement for listing the les stored in one of the printers directories
to the standard OUT channel.
Syntax FILES[<sexp>][,A]
<sexp> optionally speci es the directory (see DEVICES).
Remarks
If no directory is speci ed, the les in the printers current directory will be
listed. As default, the current directory is the printers permanent memory
("c:"), see CHDIR statement.
By including a reference to a memory device ("c:", "tmp:", "rom:",
"card1:", "lock:", or "storage:", see DEVICES statement), the les of
the speci es directory will be returned without having to change the
current directory.
System les are indicated by a leading period character (.) in their
names. If an A" ag is included in the statement, all les including
system les will be listed. If the A" ag is omitted, all les, except
system les, will be listed.
The number of bytes for each le and the total number of free and used bytes
in the speci ed directory will also be included in the list.
Example
The presentation may look like this on the host screen:
FILES "c:",A
Files on c:
APPLICATION 1 STDIO
2
DIRECT 0 .setup.saved
157
496653 bytes free 160 bytes used
Ok
Note that all programs you create yourself automatically get the extension
.PRG, unless you manually give a program another extension, see SAVE.