comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » IDL environment
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: IDL environment [message #42195 is a reply to message #42128] Tue, 04 January 2005 11:44 Go to previous message
Michael Wallace is currently offline  Michael Wallace
Messages: 409
Registered: December 2003
Senior Member
> I think $pwd will tell you the directory from which you started your IDL
> session. If you did a 'cd /some/where' later in IDL, $pwd won't tell you
> the current IDL working directory.
>

Nope. Take a look at this.

$ pwd
/home/me
$ idl
IDL> $pwd
/home/me
IDL> cd, 'graphics'
IDL> $pwd
/home/me/graphics

When you exit IDL, you will be returned to the directory where you
originally started IDL, not the directory you've moved to. Notice I'm
using the IDL command "CD", not the command line "cd".

-Mike
[Message index]
 
Read Message
Read Message
Previous Topic: Re: IDL environment
Next Topic: Example for envi_resample_spectra

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 14:37:06 PDT 2025

Total time taken to generate the page: 1.59609 seconds