• 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: Finder -> Loop through folders
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Finder -> Loop through folders


  • Subject: Re: Finder -> Loop through folders
  • From: Michelle Steiner <email@hidden>
  • Date: Tue, 13 Jul 2004 15:32:37 -0700

On Jul 13, 2004, at 3:00 PM, Jon Otaegi wrote:

> if number of folders in the_path > 0 then
> ( Finder got an error: Expected a reference)

set the_path to choose folder
tell application "Finder"
set foo to (folders of the_path)
set bar to count of foo
end tell

if bar is greater than 0 then

-- Michelle

--
There's no place like 127.0.0.1
There's no place like 127.0.0.1
There's no place like 127.0.0.1

[demime 0.98b removed an attachment of type application/pgp-signature which had a name of PGP.sig]
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.


References: 
 >Finder -> Loop through folders (From: Jon Otaegi <email@hidden>)

  • Prev by Date: RE: How to choose a specific scripting addtion's terms
  • Next by Date: Re: How to choose a specific scripting addtion's terms
  • Previous by thread: Finder -> Loop through folders
  • Next by thread: Error handling with AppleScript
  • Index(es):
    • Date
    • Thread