develooper Front page | perl.perl5.porters | Postings from January 2001

Re: [PATCH][ID 20010103.001] File::Find not descending into Joli

Thread Next
From:
Richard Soderberg
Date:
January 15, 2001 07:08
Subject:
Re: [PATCH][ID 20010103.001] File::Find not descending into Joli
Message ID:
NAEKLNAAHLMBPMPNBMLEGENPCKAA.rs@crystalflame.net


-----Original Message-----
From: Torsten Scheck [mailto:torsten.scheck@sot.de]
Sent: Monday, January 15, 2001 4:00 AM
To: Richard Soderberg
Subject: Re: FW: [PATCH][ID 20010103.001] File::Find not descending into
Joli


Richard Soderberg wrote:

> Can you test this patch?  It should solve your problem.

I'll try.

Besides: I tried to use File::Find to generate playlists for Hardware 
MP3-Player. As these devices often use the ISO-filesystem, Linux with 
his "nojoliet, norock" mount option is very good for this kind of 
jobs. But the way File::Find traverses the filesystem isn't 
predictable. Perl 5.6's File::Find returns all folders even in reverse 
order, whereas older versions under perl 5.004 are doing this right.
So at the moment I'm doing these things with a simple and small (but 
unoptimized) recursive function. Is it planned to support different 
ways of traversing the directory tree? (except for the finddepth, 
which just insures listing the contents of a directory first)

Torsten



Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About