Re: Get a list of applications
Re: Get a list of applications
- Subject: Re: Get a list of applications
- From: John Delacour <email@hidden>
- Date: Tue, 8 Jul 2003 23:03:14 +0100
- Mac-eudora-version: 6.0a26
At 4:22 pm -0400 8/7/03, Rob Jorgensen wrote:
For more comparison, when I run the code (above) on my PowerBook G4
667 in OS X 10.2.6, it takes 1-2 seconds to find 224 apps in 528
folders.
And FWIW, with a newish installation and only 190 apps in that folder
hierarchy, it takes about 1/4 second to list them on a G4 867 s/p.
set x to GetMilliSec
tell app "Finder" to name of application files in entire contents of
folder "Applications" of startup disk
{count result, (GetMilliSec) - x}
--> {190, 240.0}
_______________________________________________
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.