Re: GraphicConverter & saving files in new places
Re: GraphicConverter & saving files in new places
- Subject: Re: GraphicConverter & saving files in new places
- From: "Geoffrey F. Green" <email@hidden>
- Date: Sat, 16 Nov 2002 14:37:55 -0500
Hey all:
Thanks for the responses. I finally had an opportunity to test things out,
and so long as I give the fully qualified path name ending with the filename
in the "save" command, it works.
So here's how the relevant portion of the script looks now:
========
if ((name of window 1 ends with ".jpg")) is false then
set jpegIt to 1
end if
if (jpegIt = 1) then
set saveFileName to saveFolder & ":" & name of window 1 & ".jpg"
else
set saveFileName to saveFolder & ":" & name of window 1
end if
save window 1 in saveFileName as JPEG with wwwready
========
- geoff
_______________________________________________
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.