Date: Sun, 16 May 1999 07:53:47 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Frank Heckenbach cc: djgpp-workers AT delorie DOT com Subject: Re: realpath() In-Reply-To: <532C6F74.19990515043847.FOO-45EF.frank@goedel.fjf.gnu.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 15 May 1999, Frank Heckenbach wrote: > call _fixpath (with the same 2 arguments that it takes) > check if the resulting path exists > if so, return it (i.e., the second parameter resolved_path) > otherwise: > find the first component that does not exist > truncate resolved_path after that component I don't see this truncation described in the man page of the Unix box that I can access (Solaris 2.5). Where did you see it?