Date: Tue, 5 Nov 1996 12:11:37 +0100 (MET) From: Robert Hoehne To: Eli Zaretskii Cc: DJ Delorie , DJGPP workers Subject: Re: Problems with opendir() and glob() In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 5 Nov 1996, Eli Zaretskii wrote: > What Robert *meant* to say (I think) was that a call like findfirst("s:/") Exactly. > but I wonder whether some network redirector could pull a trick on us. This should be tested by people, who are working on a network. For the normal (networkless) work I think it is correct to assume that "." is the first entry followed by ".." (if "." is found of course). > Here's the fix (tested with `ls' on a SUBSTed drive): I will test it also. Robert