Re: entire contents / alias list working
Re: entire contents / alias list working
- Subject: Re: entire contents / alias list working
- From: Michelle Steiner <email@hidden>
- Date: Thu, 17 Apr 2003 09:40:07 -0700
On Thursday, April 17, 2003, at 09:26 AM, John Delacour wrote:
tell application "Finder" to get entire contents of folder+AKw
("" & (path to "docs") & "Eudora Folder:Mail Folder:") as alias list
It's sorta fixed (if you're talking about the alias list part, and not
the entire contents part).
This works:
tell application "Finder"
set foo to folders of alias "Dora:" as alias list
end tell
--> {alias "Dora:Applications:", alias "Dora:Applications (Mac OS 9):",
alias "Dora:Developer:", alias "Dora:Documents:", alias
"Dora:Graphics:", alias "Dora:Library:", alias "Dora:OS 9 Desktop:",
alias "Dora:System:", alias "Dora:System Folder:", alias "Dora:Users:"}
But this doesn't:
tell application "Finder"
set foo to folders of alias "Dora:"
set bar to foo as alias list
end tell
--> {folder "Applications" of startup disk of application "Finder",
folder "Applications (Mac OS 9)" of startup disk of application
"Finder", folder "Developer" of startup disk of application "Finder",
folder "Documents" of startup disk of application "Finder", folder
"Graphics" of startup disk of application "Finder", folder "Library" of
startup disk of application "Finder", folder "OS 9 Desktop" of startup
disk of application "Finder", folder "System" of startup disk of
application "Finder", folder "System Folder" of startup disk of
application "Finder", folder "Users" of startup disk of application
"Finder"}
--Michelle
--
If you don't hit any bumps in the road, you're not moving.
_______________________________________________
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.