Re: Adobe Illustrator CS3 'save' command appears to be buggy
Re: Adobe Illustrator CS3 'save' command appears to be buggy
- Subject: Re: Adobe Illustrator CS3 'save' command appears to be buggy
- From: has <email@hidden>
- Date: Fri, 16 Nov 2007 23:47:51 +0000
Shane Stanley wrote:
Problem 1: The files are saved to the CS2 folder with their original
filenames, minus the desired 'A12-' prefix; i.e. the 'save' command
only respects the folder and ignores the filename specified by the
'in' parameter.
It doesn't like new-fangled file references, so it's ignoring your
offering
altogether.
FileURLs are nothing new, and Apple have been telling developers to
support them for years now. The weird thing here is that AI is using
most of the path (/Users/has/MyProject/CS2) okay - it's just the new
filename at the end it's ignoring.
Let it make its own from a string:
save document 1 in file ((("/Users/shane/Desktop/A12-" & item i of
n &
".eps") as POSIX file) as string)
or just use a string.
OK, I'll try that next time, and will see about filing a couple of bug
reports as well when I've got time.
Thanks to everyone that responded,
has
--
http://appscript.sourceforge.net
http://rb-appscript.rubyforge.org
_______________________________________________
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