• 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 in the Finder
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Error in the Finder


  • Subject: Error in the Finder
  • From: "Syllas R." <email@hidden>
  • Date: Wed, 11 Feb 2004 15:29:17 -0500

Hi All,

The following script works fine on a mac OS 9.x. But when I tried it on a
Mac os X french version, I got this error message :
"Erreur dans Finder : impossible d'obtenir folder DossierDemo:flexo".
Translated into english, this message could be something like: "Error in
the Finder : It's impossible to get folder DossierDemo:flexo"

What change should I make so that the script could be running on mac OS X ?


Thank You

Syllas


--- SCRIPT ----
OpenFolder("DossierDemo:flexo")
on OpenFolder(FolderName)
tell application "Finder"
activate
try
open (folder FolderName)
on error
return false
end try
end tell
return true
end OpenFolder
----- END ------
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Re: Distribution of Applications
  • Next by Date: Newbie question:
  • Previous by thread: Re: Setting file permissions with Applescript
  • Next by thread: Re: Error in the Finder
  • Index(es):
    • Date
    • Thread