• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: GraphicConverter & saving files in new places
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: OS X Finder and file names copy/paste?
  • Next by Date: Re: Shell Script on a string
  • Previous by thread: Re: GraphicConverter & saving files in new places
  • Next by thread: Script Modification
  • Index(es):
    • Date
    • Thread