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 
Return to the default flat view Create a new topic Submit Reply
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
[Message index]
 
Read Message
Read Message
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: Fri Oct 10 03:12:10 PDT 2025

Total time taken to generate the page: 0.00645 seconds