Re: "create icon" command in GraphicConverter
Re: "create icon" command in GraphicConverter
- Subject: Re: "create icon" command in GraphicConverter
- From: Michelle Steiner <email@hidden>
- Date: Thu, 7 Jun 2001 20:09:46 -0700
On 6/7/01 12:44 PM, Jan Pieter Kunst <email@hidden> wrote:
>
Does anyone have an example of a working Applescript snippet with the
>
"create icon" command for GraphicConverter? According to the
>
GraphicConverter dictionary, "create icon" should create a custom icon for a
>
file. I can't find the correct syntax to use with this command.
tell application "Finder"
set the selectedFile to item 1 of the selection as alias
end tell
tell application "GraphicConverter"
create icon the selectedFile with preview and sharpen
end tell
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------