From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <9603220141.AA15269@clio.rice.edu> Subject: Re: Re^2: Re:`stat' fails to detect nonexist To: SGL00213 AT niftyserve DOT or DOT jp (Kenji Masaki) Date: Thu, 21 Mar 1996 19:41:06 -0600 (CST) Cc: djgpp-workers AT delorie DOT com In-Reply-To: <199603201703.CAA13569@inetnif.niftyserve.or.jp> from "Kenji Masaki" at Mar 21, 96 02:02:00 am Content-Type: text Content-Length: 328 > + if (stricmp(p,ffblk->ff_name)){ This is non ANSI so can't be called in this routine. I actually like having the code in stat() instead, since findfirst is supposed to be a simple wrapper around the dos-like call. But I have no strong preferences, as long as the above would be replaced with something ansified.