• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: error -43 saving file in Illustrator CS
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: error -43 saving file in Illustrator CS


  • Subject: Re: error -43 saving file in Illustrator CS
  • From: Jesper Storm Bache <email@hidden>
  • Date: Wed, 18 May 2005 08:49:13 -0700

I believe that this is a known issue and that there is a work-around involving using the "touch" command.
Here is what I dug up in my archives,
I hope that it solves your problem.


Jesper Storm Bache

The following example illustrates the problem and a work around.
If you remove the "touch" command the script fails.

tell application "Illustrator CS"
        set file1 to ((path to desktop folder as string) & "temp.ai")
        set file2 to ((path to desktop folder as string) & "temp2.ai")
        set file2posix to (POSIX path of file2) as string
        make new document
        save current document in file1
        do shell script ("touch " & file2posix)
        save current document in file2
end tell


On May 18, 2005, at 7:51 AM, Jake Pietrykowski wrote:

Please post your code.

Yes I have experience with many -43 errors. However, none that could not be
fixed with proper coding.


jp


On 5/18/05 8:58 AM, "Marc Rubin" wrote:



getting an error -43 (file not found) saving from Illustrator CS.

i believe the path that i'm saving in does exist.

any experience with this?




_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (Applescript- email@hidden)
Help/Unsubscribe/Update your Subscription:
40adobe.com


This email sent to 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: This email sent to email@hidden
References: 
 >Re: error -43 saving file in Illustrator CS (From: Jake Pietrykowski <email@hidden>)

  • Prev by Date: Re: error -43 saving file in Illustrator CS
  • Next by Date: Press run to run
  • Previous by thread: Re: error -43 saving file in Illustrator CS
  • Next by thread: Re: error -43 saving file in Illustrator CS
  • Index(es):
    • Date
    • Thread