Re: Saving new image from GraphicConverter 4
Re: Saving new image from GraphicConverter 4
- Subject: Re: Saving new image from GraphicConverter 4
- From: Emmanuel <email@hidden>
- Date: Sun, 21 Jan 2001 18:06:07 +0100
At 10:41 +0100 21/01/01, Richard 23 wrote:
>
>Message: 12
>
>Date: Sat, 20 Jan 2001 23:46:22 -0500
>
>From: Jeremy Reichman <email@hidden>
>
> save [reference] in [alias] as [format] with makeCopy
>
At first I thought I was just going to say that the dictionary was
>
misleading,
>
that it meant file specification and providing it with the path to a new
>
(not
>
yet existing) file, of course GraphicConverter would save a copy.
>
>
But this is not the case. Unbelievable!
>
set name of (duplicate theFile to folder destFolder) to destName
It may be cleaner to have Finder make a new file from scratch:
---------------
tell application "Finder" to make new file with properties {name:destName}
---------------
Emmanuel