• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Recursion Problems
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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. |
----------------------------------------------------------------------


  • Prev by Date: Re: Problems with speed & issues with coercion in OS 9.2.2
  • Next by Date: Multiple Command Scripting Additions
  • Previous by thread: Recursion Problems
  • Next by thread: Multiple Command Scripting Additions
  • Index(es):
    • Date
    • Thread