Re: Long file names
Bart Oldeman <[email protected]>
| Newsgroups | gmane.os.freedos.devel |
|---|---|
| Message-ID | <[email protected]> |
On 13 Oct 2002, Michael Honeyfield wrote: > I would like to know if there is a project relating to free dos that > implements long file names at a dos level including network support? No, not that I'm aware of. There's DOSLFN and LFNDOS and a project from Victor Vlasenko but that's all local without network support. For network support the network client needs to hook int21/ah=71 (the DOS lfn interface) itself. The documented undocumented network redirector interface can only deal with short file names. Bart