Re: Calling other scripts?
Re: Calling other scripts?
- Subject: Re: Calling other scripts?
- From: has <email@hidden>
- Date: Sun, 2 Dec 2001 11:54:03 +0000
Ivan wrote:
>
What I need is to get a property from another script
Use "load script" from Standard Additions:
set currentFile to yourPropertyName of (load script pathToScript)
Replace "yourPropertyName" with the name of the property in File++, and set
pathToScript to the path to your File++ script.
HTH
has