Re: Error in the Finder
Re: Error in the Finder
- Subject: Re: Error in the Finder
- From: Michelle Steiner <email@hidden>
- Date: Wed, 11 Feb 2004 15:01:51 -0700
On Feb 11, 2004, at 1:29 PM, Syllas R. wrote:
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
Unless the file "flexo" is at the root level of a disk named
"DossierDemo" it will fail.
--
We're not human beings having a spiritual experience.
We're spiritual beings having a human experience.
_______________________________________________
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.