Chris, Came upon this, tried it and it worked, thanks for the help!!
-Kev On Tuesday, January 17, 2012 7:11:02 PM UTC-6, Christopher Stone wrote: > > On Jan 11, 2012, at 14:28, Jonty Misra wrote: > > keep getting the Class Ctnr error. Unsure about why this is happening? > > ______________________________________________________________________ > > Hey Jonty, > > Try changing this block: > > tell *application* "Finder" > set the_folder to *container* of the_file as *alias* > end tell > > To this: > > tell *application* "Finder" > set the_folder to *container* of (the_file as *alias*) as *alias* > end tell > > In both scripts, and see if that solves the problem. > > -- > Best Regards, > Chris > > -- -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at <http://groups.google.com/group/bbedit?hl=en> If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
