Re: Dumb iPhoto question
Re: Dumb iPhoto question
- Subject: Re: Dumb iPhoto question
- From: "Mark J. Reed" <email@hidden>
- Date: Sun, 27 Jun 2010 21:09:42 -0400
On Sun, Jun 27, 2010 at 9:07 PM, Mark J. Reed
<email@hidden> wrote:
f = "#{target}/DSC_d.JPG" % n
Tsk, bad form. That should be:
f = "%s/DSC_d.JPG" % [target, n]
Just in case the volume name has a % in it (although that might violate DCF).
--
Mark J. Reed <
email@hidden>
_______________________________________________
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