Date: Fri, 13 Dec 2002 10:34:07 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: sandmann AT clio DOT rice DOT edu Message-Id: <6480-Fri13Dec2002103406+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <10212121858.AA26132@clio.rice.edu> (sandmann@clio.rice.edu) Subject: Re: DJGPP 2.04 status page updates: more to-dos, priorities References: <10212121858 DOT AA26132 AT clio DOT rice DOT edu> 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 > From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) > Date: Thu, 12 Dec 2002 12:58:37 -0600 (CST) > > The advantage is, of course, that Windows treats them as symlinks > also. Not exactly: not all file I/O operations on Windows follow .lnk links. Program invocation does, but IIRC a simple file-open call will not automatically do that, and neither will FindFirst or chdir. Or am I mistaken?