Date: Mon, 4 Nov 1996 18:44:32 -0500 Message-Id: <199611042344.SAA26450@delorie.com> From: DJ Delorie To: robert DOT hoehne AT mathematik DOT tu-chemnitz DOT de CC: djgpp-workers AT delorie DOT com In-reply-to: (message from Robert Hoehne on Mon, 4 Nov 1996 12:18:57 +0100 (MET)) Subject: Re: Problems with opendir() and glob() > subst drive, findfirst for "s:/" (if s is substed) does not > report "." but findfirst for "s:/*.*" reports ".". The result of > this is, when you do Why would findfirst("s:/") return *anything*? It's a directory, not a wildcard. What does borland do if you pass it a directory (root or otherwise)?