Re: Tree traversal
Re: Tree traversal
- Subject: Re: Tree traversal
- From: Greg Strange <email@hidden>
- Date: Wed, 25 Jul 2001 06:46:07 -0500
on 7/25/01 12:24 AM, David Cardwell at email@hidden wrote:
>
Hi all,
>
>
Does anyone know how to do a tree traversal, or that's what I think it's
>
called.
>
I want to be able to open every folder of every folder a directory with an
>
unknown number of folders and unlock each file.
>
>
thanks,
>
-Dave
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users
On AppleMods there is a recursion routine that I wrote that will touch every
file. You can modify it to unlock every file.
It's to be found at:
<
http://www.applemods.com/getMod.cgi?script_ID=8>
HTH,
Greg Strange