From: "doug" Newsgroups: comp.os.msdos.djgpp Subject: Re: selfmade FindFirst/FindNext Date: 18 Jun 2000 16:54:18 GMT Organization: Rijksuniversiteit Groningen Lines: 17 Message-ID: <01bfda10$1f541800$50247d81@default> References: <8iip1b$rnq$1 AT riker DOT addcom DOT de> NNTP-Posting-Host: client36-80.oprit.rug.nl X-Trace: info.service.rug.nl 961347258 19704 129.125.36.80 (18 Jun 2000 16:54:18 GMT) X-Complaints-To: newsmaster AT rug DOT nl NNTP-Posting-Date: 18 Jun 2000 16:54:18 GMT X-Newsreader: Microsoft Internet News 4.70.1155 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thorsten Erdmann schreef in artikel <8iip1b$rnq$1 AT riker DOT addcom DOT de>... > Hi, > > I am writing a little Joliet CDROM library. Therefore I want to write a DOS > compatible findfirst/findnext routine for directory scanning. The ffblk > structure holds only five bytes for the state of the search. That is not > enough for me. Where shall I hold the search pattern? I also need storage > for an long LBN (logical block number) and a search index (short). For speed > it would also be good to have a sector buffer. The Allegro source has something like this in it for portability. Maybe that can help. in file LIBC.C or something like that. Doug Eleveld