as alias list broken in OSX?
as alias list broken in OSX?
- Subject: as alias list broken in OSX?
- From: Cornwall <email@hidden>
- Date: Sat, 6 Apr 2002 11:24:56 -0800
Maybe my rememberer isn't remembering well, but I thought the following
worked under 9.1.
tell application "Finder"
set alsLst to selection as alias list
end tell
That returns a list of Finder file specifications under OSX, not an
alias list. It requires a repeat loop to get a list of aliases.
However, the following construction works as expected.
set cFold to choose folder
tell application "Finder"
set alsLst to every item of cFold as alias list
end tell
Am I missing something, or am I stuck with a repeat loop?
Corny
_______________________________________________
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.