You've enthused me to look at libraries again. Interested to know why you're saving the location though — from my reading anything in ~/Library/Script Libraries is in the AppleScript search path and you just need to write 'use script My Library.scpt'?
e.g. http://www.macstories.net/stories/applescript-automator-and-automation-improvements-in-mavericks/ Cheers Sent from my iPad > On 12/12/2014, at 06:54, Christopher Stone <[email protected]> wrote: > > You mean if you put handlers in a library how do you use them? > > Basically you create a script with handlers in it. > > Then you use load script <path to script>. > > So. You might end up with something like this: > > set myLib to load script alias ((path to library folder from user domain as > text) & "Script Libraries:z_Test.scptd:") > set myLibraryHanderOutput to myLib's TEST_LIBRARY_HANDLER() -- This is the BBEdit Talk public discussion group. 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> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected].
