Re: what the ***? literal paths update "automatically"
Re: what the ***? literal paths update "automatically"
- Subject: Re: what the ***? literal paths update "automatically"
- From: Michael Turner <email@hidden>
- Date: Wed, 14 Feb 2001 16:21:43 -0500
>
did you preface the path with alias?
>
>
>
-- hcir
Short answer: "no"
This was the snippet involved:
tell application "Palindrome:Desktop Folder:testbed:scripts:MSetterWOPT.qks"
activate
end tell
moved to:
tell application "Palindrome:Desktop Folder:prod:scripts:MSetterWOPT.qks"
activate
end tell
-Michael Turner