Re: applescript saveas menu action
Re: applescript saveas menu action
- Subject: Re: applescript saveas menu action
- From: T&B <email@hidden>
- Date: Thu, 8 Feb 2007 11:23:09 +1100
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?
Tom
T&B
_______________________________________________
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