Re: applescript saveas menu action
Re: applescript saveas menu action
- Subject: Re: applescript saveas menu action
- From: "Wes James" <email@hidden>
- Date: Wed, 7 Feb 2007 20:19:01 -0700
On 2/7/07, T&B <email@hidden> wrote:
> Colloquy
Colloquy's AppleScript dictionary says:
save v : Save an object.
save reference : the object to save, usually a document or window
[in file] : The file in which to save the object.
[as string] : The file type in which to save the data.
So you should be able to just:
save front document in POSIX file "/Users/wes/Documents/Colloquy saved"
Replace "front document" with what it is that you want to save.
Does that syntax not work?
T&B,
I'll try it tomorrow. I've been looking at the dictionary
information, but I don't have enough experience with applescript to
translate the dict into code yet.
thanks for your help.
wj
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden