Mailing Lists: Apple Mailing Lists

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

Xcode broke my script



I am on the way to switch from ProjectBuilder to Xcode.

But I found that Xcode broke my script.

--original
tell application "Finder"
set aPath to choose file
set aPath to aPath as unicode text
set curFile to info for file aPath
set a to file type of curFile
end tell
---

---Project Builder Accepts this pattern
tell all "Finder"
set aPath to choose file
set aPath to aPath as unicode text
end tell

set curFile to info for file aPath
set a to file type of curFile
---


Xcode changes "file type" to "file kind" when I compiled it.

Project Builder never change like this.

I think it is a bug.

--
Takaaki Naganoya
Director
Newt On Division/EIG K.K.
http://eig.jp/kotodama/
ichat: email@hidden
_______________________________________________
applescript-studio mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-studio
Do not post admin requests to the list. They will be ignored.

References: 
 >call method of an NIB object (From: Christian Fries <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.