From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rechberger Markus Subject: Re: should I use, getcwd() or *environ ? Date: Sat, 5 Mar 2005 11:48:14 +0100 Message-ID: References: Reply-To: Rechberger Markus Mime-Version: 1.0 Content-Transfer-Encoding: 7bit In-Reply-To: Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-c-programming@vger.kernel.org Hey, I'd recommend getcwd() environment variables can be manipulated by the user.. $ echo $PWD /home/mare $ PWD=/foo $ pwd /home/mare $ echo $PWD /foo Markus On Fri, 4 Mar 2005 22:23:17 +0100 (CET), J. wrote: > Friday, March 04 22:18:42 > > Hello, > > I have to remember the working directory and save it in my program so that > I can return to it later.. > > Which one is better/safer and why ? The environment var's or the > getcwd() function fam... ? > > Thankx.. a lot.. > > J. > > -- > http://www.rdrs.net/ > > - > To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >