I’m going through previous macscripter’s tutorials and I seem to recall Adam Bell loading up a script in the user’s script library. I’m made use of that but I also want a text string that will be in all my user’s library.
The string is the user’s path to their Acrobat In folder, which is in different places. I want to use my handler and call script, which appear to work fine. But I also want to pull in this local string from the library so that my handler will continue to work and I want to define their path once and call that text string as a property.
Looking over Adam’s tutorials, the load script works, but is there a load string, or load text?
Or am I overlooking an obvious solution? thanx, sam
And then this is the first line of the script which would call it:
set ThePath to read ((path to scripts folder as text) & “lib1:” & “thePathProof.txt”)
It compiles, but here’s my error:
“Can’t make “Slim:Users:sam:Library:Scripts:lib1:thePathProof.txt” into type file.”
I’ve verified the path and it’s right, so clearly I’ve not followed what you set out. The latter material about user’s selecting the folder is bonus, but not needed here I believe, sam