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

Home » Public Forums » archive » Re: findfile on unix bug - help
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: findfile on unix bug - help [message #27072 is a reply to message #26924] Thu, 04 October 2001 14:40 Go to previous message
thompson is currently offline  thompson
Messages: 584
Registered: August 1991
Senior Member
"R.G.S." <rgs1967@hotmail.com> writes:

(stuff deleted)

> There are ~11,000 files in that folder. This isn't (?) a problem since the
> command works with the file name part = '*' as opposed to '*.dat'.

Actually, this leads me to believe that you might indeed be running into a
problem with the total number of files. The find_file.pro procedure I posted
earlier might help you.

The core of that routine is using spawn,/noshell. You might be able to do the
same thing with a command like

spawn,/noshell,['find',subdirectory,'-name','*.dat','-print' ],files

William Thompson

P.S. I still suggest first verifying that subdirectory isn't blank.
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: the precision of PRINT and HELP statements
Next Topic: Re: Polygon filling oddities

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

Current Time: Sat Oct 11 00:54:17 PDT 2025

Total time taken to generate the page: 1.12442 seconds