Re: Finder -> Loop through folders
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.