• 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
error code 2 when renaming file
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

error code 2 when renaming file


  • Subject: error code 2 when renaming file
  • From: Craig Knelsen <email@hidden>
  • Date: Tue, 7 Dec 2004 13:22:26 -0600

I'm attempting to rename a file (backing it up before updating) similar to the following:

set someFile to "My HD:Users:johndoe:Library:someApp:something.dat"
set newName to "something_old.dat"
try
tell application "Finder" to ¬
set the name of (someFile as alias) to newName
... opens someFile and writes to it ...
on error errorMsg number errNum
display dialog "Rename failed: " & errorMsg & " (" & errNum & ")"
end try


It works most of the time but I sometimes get an error message "The operation could not be completed (2)"

Ok, so why? The Finder might as well have told me "not today". How can I get more information on the root cause?

_______________________________________________
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


  • Follow-Ups:
    • Re: error code 2 when renaming file
      • From: Andrew Oliver <email@hidden>
  • Prev by Date: Re: Reading Middle Eastern Characters
  • Next by Date: Re: How to kill a process using AS
  • Previous by thread: Re: Smile and FruitMenu
  • Next by thread: Re: error code 2 when renaming file
  • Index(es):
    • Date
    • Thread