Re: Coerce to 'alias list'
Re: Coerce to 'alias list'
- Subject: Re: Coerce to 'alias list'
- From: Axel Luttgens <email@hidden>
- Date: Tue, 20 Jan 2004 23:21:14 +0100
Jean-Baptiste wrote:
Why can't I coerce a list of a single item that is a file reference to
an 'alias list' ?
[...]
Hmm. Still there, that one...
There is no real explanation; just tradition and workarounds:
tell application "Finder"
try
get every every folder of folder theRootFolder as alias list
on error
get {every every folder of folder theRootFolder as alias}
end try
end tell
Axel
_______________________________________________
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.