From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10109281622.AA17408@clio.rice.edu> Subject: Re: fixpath patch (subst drives) To: eliz AT is DOT elta DOT co DOT il Date: Fri, 28 Sep 2001 11:22:05 -0500 (CDT) Cc: djgpp-workers AT delorie DOT com In-Reply-To: <7263-Fri28Sep2001102524+0300-eliz@is.elta.co.il> from "Eli Zaretskii" at Sep 28, 2001 10:25:25 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 > As an aside, note that using _truename might return a drive letter > which is different from what we expect, due to JOIN and SUBST. I > don't know if this will cause any trouble--it probably won't--but I > thought I'd mention it anyway. 7160 has a flag in CH to return the path on a SUBST letter basis. So if I change CX from 2 to 8002 I can return the original letter (this is required because of the way fixpath works). Definitely need to test this (worth testing on the W9x long names too...) Thanks for catching this, the current test code botches it. No mention in any reference about 7160 cl=2 returning UNC, only documentation that 60 does this.