Mail Archives: djgpp/1997/11/19/15:48:33
Gautier wrote:
>
> Alexander Bokovoy <bokovoy AT bspu DOT ac DOT by> writes:
> > Hi, All
> > Is anybody can do the following thing:
> > Write handler for file I/O operations (in libc, if I correct) that use
> > FCB-interface for getting/putting long file names under raw DOS on
> > FAT32 drives? If I correct, this is relative simple work.
> > It would be very useful because then Windows'95 is no needed for
> > operating with LFN. Norton Disk Editor for Windows 95 (which is DOS32 application)
> > have this interface so long file names can be viewed in raw DOS.
>
> You could use or study the LFN longname.exe TSR (beta a or c):
>
> http://www.caldera.co.uk/dos/download/lfnb1c.exe
I'm working on a lfn driver using direct disk access that supports
fat32. It's not yet ready for even a beta release, but it should be
ready sometime in the next few weeks.
Implemented or planned features:
- case sensitive (optional)
- short names generated by 48 bit crc of long name using 6 bit encoding
and extended ascii
- will not match against the sfn if the file has a lfn (optional)
- fat12, fat16 and fat32 support.
- should run on any dos version (2.x up, but only tested on ms 6.2,7.1
and od 7.01)
- Raw text -