Re: "icon note" in Tiger now a generic icon
Re: "icon note" in Tiger now a generic icon
- Subject: Re: "icon note" in Tiger now a generic icon
- From: Gnarlodious <email@hidden>
- Date: Mon, 28 Nov 2005 21:06:28 -0700
- Thread-topic: "icon note" in Tiger now a generic icon
Entity Michael Henley spoke thus:
>> One could also filter out the tiny icons by eliminating all that
>> are less
>> than about 10k in size.
> How would that look?
set swirlieIcon to
":System:Library:CoreServices:CoreTypes.bundle:Contents:Resources:ErasingIco
n.icns" as alias
set sizeLimit to 10000
tell application "Finder"
properties of file swirlieIcon
size of the result as integer > sizeLimit
end tell
-- Gnarlie
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden