Re: Creating a list of alias from folder contents
Re: Creating a list of alias from folder contents
- Subject: Re: Creating a list of alias from folder contents
- From: cassj <email@hidden>
- Date: Sun, 26 Jan 2003 16:00:35 -0500
Ditto Thanks, Paul.
On Sunday, January 26, 2003, at 03:21 PM, Scott P. Richert wrote:
Thanks, Paul! That's exactly what I was looking for. "alias list" was
what was eluding me. I'd tried "alias" and "list", but I wasn't aware
of the term "alias list". Thanks again.
Scott P. Richert
Executive Editor
Chronicles: A Magazine of American Culture
Paul Berkowitz wrote:
set folderPath to (choose folder) as string -- or 'as Unicode text'
tell application "Finder"
try
set fileList to every file of folder folderPath as alias list
on error -- only one file, bug with 'alias list'
set fileList to every file of folder folderPath as alias as
list
end try
end tell
--
Paul Berkowitz
_______________________________________________
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.
_______________________________________________
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.