Date: Fri, 30 Jul 1999 09:41:16 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: getting all filename in sub-directory In-Reply-To: <933195113@p20.f44.n478.z2.FidoNet.ftn> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 28 Jul 1999, Oleg Ossovitskii wrote: > But anybody can explain me how to use ffblklfn ? Why do you need it? Usually, you shouldn't need to access ffblklfn, because all the important info is copied to ffblk (on LFN systems). Anyway, if you do need it, read the section of the library docs that describes the LFN parts. Type "info libc alpha findfirst" from the command line and read there.