Error in the Finder
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.