Re: Opening files in Illustrator CS3
Re: Opening files in Illustrator CS3
- Subject: Re: Opening files in Illustrator CS3
- From: Shane Stanley <email@hidden>
- Date: Fri, 18 Apr 2008 09:37:13 +1000
- Thread-topic: Opening files in Illustrator CS3
You really want Illustrator to open the files -- using the Finder introduces
other problems. But you can use the Finder to deal with the aliases first,
by inserting something like this:
tell application "Finder"
if class of file (this_item as text) is alias file then
set this_item to (original item of this_item) as alias
end if
end tell
--
Shane Stanley <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