Re: does anybody have a recursive directory subrountine???
Re: does anybody have a recursive directory subrountine???
- Subject: Re: does anybody have a recursive directory subrountine???
- From: Emmanuel <email@hidden>
- Date: Thu, 13 Sep 2001 11:53:39 +0200
At 2:53 +0200 13/09/01, Andrew Simpson wrote:
>
>
I would like a subrountine that creates a list of all available files in all
>
avaialable folders no matter how deep they go into the hierachi from a
>
choosen disk or volume
>
>
anybody have any code, just lying around to do this???
That's exactly what the 'Catalog' tool of Smile does. Double-click
'Catalog', then choose the root volume. (only for Classic)
'Catalog' lists the hierarchy no matter how deep it is BUT it is NOT
recursive - this in order to prevent the problems inherent to recursion
(stack overflows).
You can find it on the "satimage" iDisk, <
http://homepage.mac.com/satimage/>.
HTH
Emmanuel