Re: Recursion Problems
Re: Recursion Problems
- Subject: Re: Recursion Problems
- From: Michelle Steiner <email@hidden>
- Date: Mon, 28 Jan 2002 18:50:31 -0700
On 1/28/02 5:48 PM, Rich Fortnum <email@hidden> wrote:
>
This ain't workin. How come?
Try this:
on parseItems(MyParent)
tell application "Finder"
set myfiles to files of MyParent
set myfolders to folders of MyParent
end tell
--process files
repeat with eachfile in myfiles
my parseItems(eachfolder)
end repeat
end parseItems
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------