how to find current dir..

2002-02-05 Thread brianr
Abhimanyu_Bhola writes: > I have this requirement ( for both Linux/Windows): > > use File::Copy; > File::Copy::copy ( , ) > > > How can I find the current dir(in which this script is running)? For your requirement you don't need to know what the current directory is. If the fi

RE: how to find current dir..

2002-02-05 Thread Arms, Mike
ubject: RE: how to find current dir.. $working_dir = $0; -Original Message- From: Abhimanyu_Bhola [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 05, 2002 8:53 AM To: [EMAIL PROTECTED] Subject: how to find current dir.. I have this requirement ( for both Linux/Windows): use

RE: how to find current dir..

2002-02-05 Thread Swartwood, Larry H
$working_dir = $0; -Original Message- From: Abhimanyu_Bhola [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 05, 2002 8:53 AM To: [EMAIL PROTECTED] Subject: how to find current dir.. I have this requirement ( for both Linux/Windows): use File::Copy; File::Copy::copy

how to find current dir..

2002-02-05 Thread Abhimanyu_Bhola
I have this requirement ( for both Linux/Windows): use File::Copy; File::Copy::copy ( , ) How can I find the current dir(in which this script is running)? thanks Abhi ** This email (including any attachme