X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10205041615.AA14733@clio.rice.edu> Subject: Re: Re _open LFN & Win 2K Bug (Was Re: a bug) To: djgpp-workers AT delorie DOT com Date: Sat, 4 May 2002 11:15:15 -0500 (CDT) In-Reply-To: <250B3114DA16D511B82C00E0094005F8055ACB3B@MSGWAW11> from "=?iso-8859-2?Q?Wojciech_Ga=B3=B1zka?=" at May 02, 2002 11:01:26 AM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > My results using Charles' program (errno, doserr, _chmod) > > pattern Win'98 W2K NT 4.0+NTLFN NT 4.0 alone > c: 4 5 8f 22 3 0x36 4 5 0x10 22 2 8f > c:\ 4 5 0x10 22 3 0x36 22 3 0x36 22 3 0x36 > c:\\ 4 5 8f 22 3 0x36 22 3 0x36 22 3 8f > g: 22 2 8f 22 3 8f 22 2 8f 22 2 8f > g:\ 22 3 8f 22 3 8f 22 3 8f 22 3 8f > g:\\ 4 5 8f 22 3 8f 22 3 8f 22 3 8f There is a wide range of behavior on the error codes and how chmod behaves, isn't there? I don't know anything to suggest here - other than opening directories doesn't work and you get different error codes in some cases (EACCES or ENOENT). 2 = File not found 3 = Path not found 5 = Access denied