Re: alias is folder?
Re: alias is folder?
- Subject: Re: alias is folder?
- From: John Delacour <email@hidden>
- Date: Sun, 27 Apr 2003 01:58:34 +0100
- Mac-eudora-version: 6.0a16
At 5:34 pm -0700 26/4/03, Paul Berkowitz wrote:
tell application "Finder" to (kind of item (someAlias as Unicode text) is
"Folder")
Why do you need to do the coercion to text and then the coercion to
item? You can work directly with the alias as in:
tell app "Finder" to kind of (path to "cusr") is "Folder"
-- => true
JD
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.