Date: Mon, 13 Jan 2003 21:30:00 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-Id: <7263-Mon13Jan2003213000+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <3E21A51E.485C88ED@yahoo.com> (message from CBFalconer on Sun, 12 Jan 2003 12:25:50 -0500) Subject: Re: fstat, fd_props and inventing inodes [PATCH] References: <3E21A51E DOT 485C88ED AT yahoo DOT com> 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 > Date: Sun, 12 Jan 2003 12:25:50 -0500 > From: CBFalconer > > I am wondering why it is necessary to go to all this trouble. > Doesn't the directory entry for any FAT system file include a > pointer to the first cluster on that drive, and isn't this unique > and independant of naming tricks? Yes, but there's no system call to get that info given just the file handle (or even the file's name, for that matter). More accurately, there is such a system call, but it doesn't work on any Windows system I've seen.