Date: Tue, 19 Mar 1996 17:41:17 +0200 (IST) From: Eli Zaretskii To: Mat Hostetter Cc: djgpp-workers AT delorie DOT com Subject: Re: `stat' fails to detect nonexistent files under WinNT In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 19 Mar 1996, Mat Hostetter wrote: > In my case it's not an NTFS drive; it's on C:, which is a normal FAT > volume. My NTFS volume is E: (I think). So given Kenji's report and > my report, stat appears to fail on both FAT and NTFS under NT. OK, so at least `__get_drive' works there. I think there might be a bug in the fragment that detects root directories; please see what happens there under NT. I also don't understand why do `_djstat_fail_bits' say that `_truename' fails only for the long filename, but not for `badfile'. But I don't know if these two problems are related. They might be, because I don't think I ever tested the code in the environment that fails `_truename'.