Date: Wed, 18 Mar 1998 18:06:10 +0200 (IST) From: Eli Zaretskii To: djgpp-workers AT delorie DOT com Subject: Re: Where to get the latest sources for djtar Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 18 Mar 1998, Martin Stromberg wrote: > Oh yes, I've looked. But as it was for CDROMs, I didn't think it would apply > here. It doesn't apply to floppies, but the code bloat is still there... > > You could of course only put a call to the DOS function 36h inside > > `mkdir' and save all the CD-related trouble. But: (1) that function > > lies on FAT32 drives; and (2) it *is* more expensive than many other DOS > > I don't understand what you mean with (1). 2136 reports incorrect info on FAT32 drives; you need to call another function to get the correct info. And for that, you need a way to detect FAT32 drives, which I personally don't know how to do in a fast and reliable way. (You might consider searching djgpp-workers archives for "FAT32", there was a discussion a couple of months ago. The archives are searchable from http://www.delorie.com/djgpp/mail-archives/.) For that matter, none of the libc functions supports FAT32 drives as yet, so you could claim that mkdir doesn't have to, either, at least for now. Thanks for the description of the djtar problem, I will look into it.