Date : Wed, 16 Oct 1985 09:40:33-MDT
From : Rick Conn <RCONN@SIMTEL20.ARPA>
Subject: Re: Help on CP/M Find First/Find Next
SYSLIB contains a set of routines for directory accessing, and the
source code may help in answering your questions. The DIRF routine
inits a buffer area, loads a disk directory, selects a set of files
from the loaded dir, selects user areas, packs the dir, and alphabetizes.
DIRFS does the same, but provides information on file sizes as well (and
runs slower).
There are also DIRLOAD and DIRSLOAD.
The source code is in the SDIR.MAC modules of SYSLIB3: on SIMTEL20.
I think there are several SDIR*.MAC modules there.
Rick