Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Resolving aliases



I assume you mean upon run not on compile right?  


On Jun 28, 2007, at 11:03 AM, Bill Briggs wrote:

At 8:55 AM -0700 6/28/07, Stockly, Ed wrote:
This does not compile, which is as expected:

alias "Dora:this file does not exist"

This does compile, but I would have expected it to have the same  compile error as the above code:

alias (path to startup disk as text) & "this file does not exist"

How come?


That's a very clever design. When compiling an alias, the appleScript compiler tries to resolve an alias, and if the item is not present, it returns an error. 

However, in order to resolve the alias, the compiler will no execute any script or command.

This allows us to aliases with variables and other commands that don't exist at compile time, but will exist at runtime.

In your example, "path to" is a command (standard editions) and since the compiler doesn't execute command it can't complete the path so it allows the alias to remain unresolved.

It's the same mechanism that allows the following to compile:

set myFile to alias choose file

or

set myFile to chooseFile
alias myFile

 And this fails:

class of alias ((path to startup disk as text) & "this file does not exist")
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

James Nierodzik
System Administrator

FireStar Communications
211 E Ontatrio, Suite 700
Chicago, IL 60611

tel:  312.649.0900 ext. 134
fax: 312.649.9180
www.firestarcom.com



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/applescript-users/email@hidden
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

References: 
 >RE: Resolving aliases (From: "Stockly, Ed" <email@hidden>)
 >RE: Resolving aliases (From: Bill Briggs <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.