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

Home » Public Forums » archive » reading files with long names on win95 and idl4.0.1
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
reading files with long names on win95 and idl4.0.1 [message #8306] Wed, 26 February 1997 00:00 Go to next message
Mirko Vukovic is currently offline  Mirko Vukovic
Messages: 124
Registered: January 1996
Senior Member
I am running IDL4.0.1 on windows95. I have a problem of not being able
to open (data) files with file names longer than eight characters.

Does anyone have some ideas on how to deal with this issue until V5 of
IDL arrives?

TIA,
--
Mirko Vukovic, Ph.D 3075 Hansen Way M/S K-109
Varian Associates Palo Alto, CA, 94304
415/424-4969 mirko.vukovic@varian.grc.com
Re: reading files with long names on win95 and idl4.0.1 [message #8371 is a reply to message #8306] Sat, 01 March 1997 00:00 Go to previous message
David R. Klassen is currently offline  David R. Klassen
Messages: 14
Registered: December 1996
Junior Member
Mirko Vukovic wrote:
> I am running IDL4.0.1 on windows95. I have a problem of not being able
> to open (data) files with file names longer than eight characters.

This problem is really more complicated than it first appears as IDL
seems
to be able to handle long filenames in *some* situations but not all.
In
the various open statements if you give it a filename directly it will
not
work unless that name is in the standard 8.3 format. However if you
assign the filename to a string variable and then use that variable in
your open statement then you can use long filenames. *However* you
cannot
just use any name. If you put in more than one "." in the name then you
cannot put more than three character between any two "."'s.

The other problem is when using routines that have names longer than 8
characters. You have to make sure that all routines you use are in
files
that are in 8.3 format.

RSI claims that v.5 will handle long filenames properly. I haven't
tried it
yet but I'm looking forward to it!

--
David R. Klassen
Department of Physics and Astronomy
University of Wyoming
Box 3905 University Station
Laramie WY 82071
http://faraday.uwyo.edu/grads/dklassen/
drk@uwyo.edu
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: Plotting weridness with ytickname
Next Topic: Setting Input Buffer Size--Was: Printing array on one line

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

Current Time: Wed Oct 08 19:22:54 PDT 2025

Total time taken to generate the page: 0.00589 seconds