From: Martin DOT Stromberg AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: Is there an equivelent DJGPP command to the UNIX pwd? Date: 11 Jun 1998 14:48:23 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 12 Message-ID: <6loqnn$b6e$1@antares.lu.erisoft.se> References: <357febef DOT 4839219 AT news DOT cis DOT yale DOT edu> NNTP-Posting-Host: mars.lu.erisoft.se To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Mapson (mapson AT mapson DOT com) wrote: : I need a command that returns the current directory path. I've had no : luck searching through the libc docs. : Any ideas? Try the function _truename. Right, MartinS