Re: Aperture problem
Re: Aperture problem
- Subject: Re: Aperture problem
- From: Craig Sutherland <email@hidden>
- Date: Fri, 28 Dec 2007 12:44:19 -0600
On Dec 27, 2007, at 5:26 PM, Jan Erik Moström wrote:
I've got an applescript that used to work just fine, but now I get
an error on the following line
set pic to export selImages using "JPEG - blog index" to
"Hemmet:Users:jem:Desktop" naming files with (file naming policy
"testar")
Jan Erik Moström, www.mostrom.pp.se
Try
set namePolicy to "JPEG-Blog Index"
export {SelImages} using namePolicy to "Hemmet:Users:jem:Desktop:"
After installing Leopard, it was necessary to modify scripts that
referred to Aperture's list of export naming choices. You also should
check that there is a ":" after Desktop in the target export path.
Craig
_______________________________________________
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/archives/applescript-users
This email sent to email@hidden