|
Re: idl5.5 bug (relative path) [message #29264 is a reply to message #29203] |
Fri, 08 February 2002 01:39  |
Nigel Wade
Messages: 286 Registered: March 1998
|
Senior Member |
|
|
Reimar Bauer wrote:
>
>
> This has worked by idl5.4.1 and it is not described anywhere that it
> should
> not work in idl5.5.
>
> Reimar
>
>
We never received 5.4.
--
-----------------------------------------------------------
Nigel Wade, System Administrator, Space Plasma Physics Group,
University of Leicester, Leicester, LE1 7RH, UK
E-mail : nmw@ion.le.ac.uk
Phone : +44 (0)116 2523568, Fax : +44 (0)116 2523555
|
|
|
Re: idl5.5 bug (relative path) [message #29265 is a reply to message #29203] |
Fri, 08 February 2002 01:12  |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
William Thompson wrote:
>
> Nigel Wade <nmw@ion.le.ac.uk> writes:
>
>> Reimar Bauer wrote:
>
>>> Hi,
>>>
>>> I have problems accessing data over a relative paths.
>>>
>>>
>>> $ ls ../../../../data/mo_output/modell_original_output/test.dat
>>> gives ../../../../data/mo_output/modell_original_output/test.dat
>>>
>>> print,file_test('../../../../data/mo_output/modell_original_ output/test.dat')
>>> 0
>>>
>>>
>>> Is there a work around known?
>>>
>>> Reimar
>
>> Unfortunately I can confirm this bug on Linux, IRIX and Solaris.
>> It goes wrong at the ../../.. stage (../.. is ok).
>
> I tried this with IDL/v5.4.1 on my Alpha workstation, and had no problems. I
> was able to make it work to five levels, at which point I stopped testing.
>
> IDL> print,file_test('../../../../../.cshrc')
I confirm no problems by idl5.4.1 too
Reimar
--
Reimar Bauer
Institut fuer Stratosphaerische Chemie (ICG-1)
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
http://www.fz-juelich.de/icg/icg1/
============================================================ ======
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg1/idl_icglib/idl_lib_intro.h tml
http://www.fz-juelich.de/zb/text/publikation/juel3786.html
============================================================ ======
|
|
|