Re: how to open file [message #35990] |
Mon, 04 August 2003 20:18 |
mads
Messages: 15 Registered: January 2003
|
Junior Member |
|
|
"David Fanning" <david@dfanning.com> wrote in message
news:MPG.1998c5a42f450bdc9896c9@news.frii.com...
> mads writes:
>
>> i need to open a file in some directory which is not in the default
path.
>> how can i do it?
>
> OpenR, lun, 'somePath/tosomeFile/somewhere.else', /Get_Lun
>
thanks a lot. It works now and I am able to read the contents of the file 2.
Bye
M
> Cheers,
>
> David
> --
> David W. Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Phone: 970-221-0438, E-mail: david@dfanning.com
> Coyote's Guide to IDL Programming: http://www.dfanning.com/
> Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|
Re: how to open file [message #35992 is a reply to message #35990] |
Mon, 04 August 2003 19:34  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
mads writes:
> i need to open a file in some directory which is not in the default path.
> how can i do it?
OpenR, lun, 'somePath/tosomeFile/somewhere.else', /Get_Lun
Cheers,
David
--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|