Re: get string of present working directory [message #64340] |
Fri, 19 December 2008 07:08  |
Jean H.
Messages: 472 Registered: July 2006
|
Senior Member |
|
|
Ryan. wrote:
> Hi,
>
> This is probably a simple question, but I need to ask because I don't
> have my usual IDL resources with me. I need to get a string of the
> present working directory at runtime and I'm not exactly sure how to
> do it. Does anyone know how?
>
> Thanks in Advance,
> Ryan.
CD, CURRENT=curDir
print, curDir
Jean
|
|
|
|
Re: get string of present working directory [message #64342 is a reply to message #64340] |
Fri, 19 December 2008 07:08  |
mankoff
Messages: 131 Registered: March 2004
|
Senior Member |
|
|
On Dec 19, 9:40 am, "Ryan." <rchug...@gmail.com> wrote:
> Hi,
>
> This is probably a simple question, but I need to ask because I don't
> have my usual IDL resources with me. I need to get a string of the
> present working directory at runtime and I'm not exactly sure how to
> do it. Does anyone know how?
>
> Thanks in Advance,
> Ryan.
IDL> cd,CURRENT=cwd
|
|
|