Date: Mon, 2 Nov 1998 18:35:48 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp-workers AT delorie DOT com Subject: Re: lfn for dos In-Reply-To: <199811021400.OAA40700@out4.ibm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com On Mon, 2 Nov 1998, Mark E. wrote: > And I found another URL that has a package that adds LFN to DOS: > http://members.xoom.com/dosuser/ Unfortunately, I suspect that all these LFN drivers aren't good enough for DJGPP, unless they support the entire LFN API, not only the functions that create, delete, read, and write files. For example, what about the extended time stamps of the files, are they supported? When _use_lfn returns non-zero, the DJGPP library assumes all of the API is available. If this is not true, you will get subtle bugs. But since I didn't look at these drivers, I could be totally wrong.